Html Css Color HEX #CAB52C Old Gold

📋 copy color: '#CAB52C'

red 202 ◦ green 181 ◦ blue 44

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

Shades of Old Gold #CAB52C

Tints of Old Gold #CAB52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

 BLUE value IS 44 (17.58% from 255) = 10.3%

R = 47.31%
G = 42.39%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB52C (or 0xCAB52C) is known color: Old Gold. HEX triplet: CA, B5 and 2C. RGB value is (202,181,44). Sum of RGB (Red+Green+Blue) = 202+181+44=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB52C is #354AD3. Grayscale: #ACACAC. Windows color (decimal): -3492564 or 2930122. OLE color: 2930122.

HSL color Cylindrical-coordinate representation of color #CAB52C: hue angle of 52.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAB52C is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 44 -
CMYK 0 0.10 0.78 0.21
HSL 52.03º 0.64% 0.48% -
HSV(B) 52.03º 0.78% 0.79% -
XYZ 41.34 45.79 9.04 -
YUV 171.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 202 181 44 0 0.10 0.78 0.21 52.03 0.64 0.48
Hex CA B5 2C 0 A 4E 15 34 40 30
Octal 312 265 54 0 12 116 25 64 100 60
Binary 11001010 10110101 101100 0 1010 1001110 10101 110100 1000000 110000

Color Harmonies of #CAB52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB52C

Black with #CAB52C

Text Example


Text Example

White with #CAB52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB52C; }

 p { color: rgb(202,181,44); }

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

background-color css

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

 a { background-color: rgb(202,181,44); }

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

border-color css

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

 span { border-color: rgb(202,181,44); }

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