COLOR #CCAF3D

HEX: #CCAF3D RGB: (204,175,61)

Color info

#CCAF3D contains mainly red and green colors. Web safe color of #CCAF3D is #CC9933 (or #C93).

RGB color model

#CCAF3D color RGB value is (204,175,61).

RGB: (204,175,61) (80%, 69%, 24%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 61 of 255 = 24%

204
175
61

R + G + B ~ 58%. #CCAF3D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 61 = 440 (100%)
R 204 of 440 ~ 46.36%
G 175 of 440 ~ 39.77%
B 61 of 440 ~ 13.86'%

%46.36
%39.77
%13.86

CMYK color model

#CCAF3D color CMYK value is (0,14,70,20).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 70.10%
  • key color value is 20.00%
CMYK: (0,14,70,20) C0M14Y70K20 (0%,14%,70%,20%) (0.00/0.14/0.70/0.20) 

CMYK percentages

%0
%14.22
%70.1
%20

Codes

Color #CCAF3D in popluar color models

CC AF 3D
RGB 204 175 61
HSL 48° 58.37% 51.96%
HSB/HSV 48° 70.10% 80.00%
CMYK 0.00% 14.22% 70.10%
20.00%

Color #CCAF3D in popluar number systems.

HEX CC AF 3D
Decimal 204 175 61
Binary 11001100 10101111 111101
Octal 314 257 75

Shades and tints

Shades of #CCAF3D

#CCAF3D
(204,175,61)
#BAA038
(186,160,56)
#A89133
(168,145,51)
#96822E
(150,130,46)
#847329
(132,115,41)
#726424
(114,100,36)
#60551F
(96,85,31)
#4E461A
(78,70,26)
#3C3715
(60,55,21)
#2A2810
(42,40,16)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #CCAF3D

#CCAF3D
(204,175,61)
#D0B64E
(208,182,78)
#D4BD5F
(212,189,95)
#D8C470
(216,196,112)
#DCCB81
(220,203,129)
#E0D292
(224,210,146)
#E4D9A3
(228,217,163)
#E8E0B4
(232,224,180)
#ECE7C5
(236,231,197)
#F0EED6
(240,238,214)
#F4F5E7
(244,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAF3D color. Also use rgb(204,175,61) instead hex code.

Text Font Color

.myTextColor { color: #CCAF3D; }

<p style="color:#CCAF3D">This sample text font color is #CCAF3D.</p>

This text font color is #CCAF3D.

Background Color

.myBgColor { background-color: #CCAF3D; }

<div style="background-color:#CCAF3D">Inner text</div>

This div background color is #CCAF3D.

Border color

.myBorderColor { border: 1px solid #CCAF3D; }

<div style="border:3px solid #CCAF3D">Div</div>

This div border color is #CCAF3D.

Opacity

.myOpacity80 { color: #CCAF3D; opacity: 0.8; }

<p style="color:#CCAF3D;opacity:0.8;">80%</p>

Text with #CCAF3D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCAF3D;}

<p style="text-shadow: 3px 3px 1px #CCAF3D">Text here.</p>

This text has shadow with #CCAF3D color.


.textShadow {text-shadow: 3px 3px 1px #CCAF3D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCAF3D, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCAF3D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCAF3D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCAF3D, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCAF3D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCAF3D;
-webkit-box-shadow: 1px 1px 3px 2px #CCAF3D;
box-shadow: 1px 1px 3px 2px #CCAF3D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCAF3D; -webkit-box-shadow: 1px 1px 3px 2px #CCAF3D; box-shadow:1px 1px 3px 2px #CCAF3D;">
Div content here
</div>

This div box has shadow with color #CCAF3D.

Preview

Color preview on black background

This text has color #CCAF3D on black background.


Color preview on white background

This text has color #CCAF3D on white background.


Black color preview on #CCAF3D background

This text has black color on #CCAF3D background.


White color preview on #CCAF3D background

This text has white color on #CCAF3D background.


Related colors

Complementary color

Complementary color for #hex is #3350C2.


I love getcolorcode.com

Triadic colors

1 #3DCCAF and #AF3DCC with #CCAF3D are triadic colors.

2 #3DAFCC and #AFCC3D with #CCAF3D are triadic colors.