Html Css Color HEX #CCAC42 Old Gold

📋 copy color: '#CCAC42'

red 204 ◦ green 172 ◦ blue 66

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

Shades of Old Gold #CCAC42

Tints of Old Gold #CCAC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.91%

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

R = 46.15%
G = 38.91%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCAC42 (or 0xCCAC42) is known color: Old Gold. HEX triplet: CC, AC and 42. RGB value is (204,172,66). Sum of RGB (Red+Green+Blue) = 204+172+66=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC42 is #3353BD. Grayscale: #A9A9A9. Windows color (decimal): -3363774 or 4369612. OLE color: 4369612.

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

Color convert

RGB 204 172 66 -
CMYK 0 0.16 0.68 0.2
HSL 46.09º 0.58% 0.53% -
HSV(B) 46.09º 0.68% 0.8% -
XYZ 40.64 42.74 11.26 -
YUV 169.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 204 172 66 0 0.16 0.68 0.2 46.09 0.58 0.53
Hex CC AC 42 0 10 44 14 2E 3A 35
Octal 314 254 102 0 20 104 24 56 72 65
Binary 11001100 10101100 1000010 0 10000 1000100 10100 101110 111010 110101

Color Harmonies of #CCAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC42

Black with #CCAC42

Text Example


Text Example

White with #CCAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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