Html Css Color HEX #CAAC3C Old Gold

📋 copy color: '#CAAC3C'

red 202 ◦ green 172 ◦ blue 60

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

Shades of Old Gold #CAAC3C

Tints of Old Gold #CAAC3C

RGB

 RED value IS 202 (79.3% from 255) = 46.54%

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

 BLUE value IS 60 (23.83% from 255) = 13.82%

R = 46.54%
G = 39.63%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAAC3C (or 0xCAAC3C) is known color: Old Gold. HEX triplet: CA, AC and 3C. RGB value is (202,172,60). Sum of RGB (Red+Green+Blue) = 202+172+60=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAC3C is #3553C3. Grayscale: #A8A8A8. Windows color (decimal): -3494852 or 3976394. OLE color: 3976394.

HSL color Cylindrical-coordinate representation of color #CAAC3C: hue angle of 47.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAAC3C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 60 -
CMYK 0 0.15 0.70 0.21
HSL 47.32º 0.57% 0.51% -
HSV(B) 47.32º 0.7% 0.79% -
XYZ 39.93 42.39 10.35 -
YUV 168.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 202 172 60 0 0.15 0.70 0.21 47.32 0.57 0.51
Hex CA AC 3C 0 F 46 15 2F 39 33
Octal 312 254 74 0 17 106 25 57 71 63
Binary 11001010 10101100 111100 0 1111 1000110 10101 101111 111001 110011

Color Harmonies of #CAAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAC3C

Black with #CAAC3C

Text Example


Text Example

White with #CAAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAC3C; }

 p { color: rgb(202,172,60); }

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

background-color css

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

 a { background-color: rgb(202,172,60); }

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

border-color css

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

 span { border-color: rgb(202,172,60); }

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