Html Css Color HEX #CCAF42 Old Gold

📋 copy color: '#CCAF42'

red 204 ◦ green 175 ◦ blue 66

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

Shades of Old Gold #CCAF42

Tints of Old Gold #CCAF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 45.84%
G = 39.33%
B = 14.83%

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

#CCAF42 (or 0xCCAF42) is known color: Old Gold. HEX triplet: CC, AF and 42. RGB value is (204,175,66). Sum of RGB (Red+Green+Blue) = 204+175+66=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF42 is #3350BD. Grayscale: #ABABAB. Windows color (decimal): -3363006 or 4370380. OLE color: 4370380.

HSL color Cylindrical-coordinate representation of color #CCAF42: hue angle of 47.39º degrees, saturation: 0.57, 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 #CCAF42 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 66 -
CMYK 0 0.14 0.68 0.2
HSL 47.39º 0.58% 0.53% -
HSV(B) 47.39º 0.68% 0.8% -
XYZ 41.22 43.89 11.45 -
YUV 171.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 204 175 66 0 0.14 0.68 0.2 47.39 0.58 0.53
Hex CC AF 42 0 E 44 14 2F 3A 35
Octal 314 257 102 0 16 104 24 57 72 65
Binary 11001100 10101111 1000010 0 1110 1000100 10100 101111 111010 110101

Color Harmonies of #CCAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF42

Black with #CCAF42

Text Example


Text Example

White with #CCAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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