Html Css Color HEX #CCAC40 Old Gold

📋 copy color: '#CCAC40'

red 204 ◦ green 172 ◦ blue 64

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

Shades of Old Gold #CCAC40

Tints of Old Gold #CCAC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 46.36%
G = 39.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCAC40 (or 0xCCAC40) is known color: Old Gold. HEX triplet: CC, AC and 40. RGB value is (204,172,64). Sum of RGB (Red+Green+Blue) = 204+172+64=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC40 is #3353BF. Grayscale: #A9A9A9. Windows color (decimal): -3363776 or 4238540. OLE color: 4238540.

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

Color convert

RGB 204 172 64 -
CMYK 0 0.16 0.69 0.2
HSL 46.29º 0.58% 0.53% -
HSV(B) 46.29º 0.69% 0.8% -
XYZ 40.58 42.71 10.96 -
YUV 169.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 204 172 64 0 0.16 0.69 0.2 46.29 0.58 0.53
Hex CC AC 40 0 10 45 14 2E 3A 35
Octal 314 254 100 0 20 105 24 56 72 65
Binary 11001100 10101100 1000000 0 10000 1000101 10100 101110 111010 110101

Color Harmonies of #CCAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC40

Black with #CCAC40

Text Example


Text Example

White with #CCAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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