Html Css Color HEX #CCAF41 Old Gold

📋 copy color: '#CCAF41'

red 204 ◦ green 175 ◦ blue 65

#CCAF41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CCAF41

Tints of Old Gold #CCAF41

RGB

 RED value IS 204 (80.08% from 255) = 45.95%

 GREEN value IS 175 (68.75% from 255) = 39.41%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 45.95%
G = 39.41%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCAF41 (or 0xCCAF41) is known color: Old Gold. HEX triplet: CC, AF and 41. RGB value is (204,175,65). Sum of RGB (Red+Green+Blue) = 204+175+65=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF41 is #3350BE. Grayscale: #ABABAB. Windows color (decimal): -3363007 or 4304844. OLE color: 4304844.

HSL color Cylindrical-coordinate representation of color #CCAF41: hue angle of 47.48º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCAF41 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 65 -
CMYK 0 0.14 0.68 0.2
HSL 47.48º 0.58% 0.53% -
HSV(B) 47.48º 0.68% 0.8% -
XYZ 41.19 43.88 11.3 -
YUV 171.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 204 175 65 0 0.14 0.68 0.2 47.48 0.58 0.53
Hex CC AF 41 0 E 44 14 2F 3A 35
Octal 314 257 101 0 16 104 24 57 72 65
Binary 11001100 10101111 1000001 0 1110 1000100 10100 101111 111010 110101

Color Harmonies of #CCAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF41

Black with #CCAF41

Text Example


Text Example

White with #CCAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF41; }

 p { color: rgb(204,175,65); }

 H1.HeaderClassName
 {
   color: #CCAF41;
 }
 .AnyTagClassName
 {
   color: #CCAF41;
 }
</style>

background-color css

<style>
 a { background-color: #CCAF41; }

 a { background-color: rgb(204,175,65); }

 div.DivClassName
 {
   background-color: #CCAF41;
 }
 .BgClassName
 {
   background-color: #CCAF41;
 }
</style>

border-color css

<style>
 span { border-color: #CCAF41; }

 span { border-color: rgb(204,175,65); }

 td.TdClassName
 {
   border-color: #CCAF41;
 }
 .TagClassName
 {
   border-color: #CCAF41;
 }
</style>