Html Css Color HEX #CAB72C Old Gold

📋 copy color: '#CAB72C'

red 202 ◦ green 183 ◦ blue 44

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

Shades of Old Gold #CAB72C

Tints of Old Gold #CAB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

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

R = 47.09%
G = 42.66%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB72C (or 0xCAB72C) is known color: Old Gold. HEX triplet: CA, B7 and 2C. RGB value is (202,183,44). Sum of RGB (Red+Green+Blue) = 202+183+44=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB72C is #3548D3. Grayscale: #ADADAD. Windows color (decimal): -3492052 or 2930634. OLE color: 2930634.

HSL color Cylindrical-coordinate representation of color #CAB72C: hue angle of 52.78º 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 #CAB72C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 44 -
CMYK 0 0.09 0.78 0.21
HSL 52.78º 0.64% 0.48% -
HSV(B) 52.78º 0.78% 0.79% -
XYZ 41.75 46.61 9.18 -
YUV 172.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 202 183 44 0 0.09 0.78 0.21 52.78 0.64 0.48
Hex CA B7 2C 0 9 4E 15 35 40 30
Octal 312 267 54 0 11 116 25 65 100 60
Binary 11001010 10110111 101100 0 1001 1001110 10101 110101 1000000 110000

Color Harmonies of #CAB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB72C

Black with #CAB72C

Text Example


Text Example

White with #CAB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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