Html Css Color HEX #CAB52F Old Gold

📋 copy color: '#CAB52F'

red 202 ◦ green 181 ◦ blue 47

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

Shades of Old Gold #CAB52F

Tints of Old Gold #CAB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.93%

R = 46.98%
G = 42.09%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAB52F (or 0xCAB52F) is known color: Old Gold. HEX triplet: CA, B5 and 2F. RGB value is (202,181,47). Sum of RGB (Red+Green+Blue) = 202+181+47=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB52F is #354AD0. Grayscale: #ACACAC. Windows color (decimal): -3492561 or 3126730. OLE color: 3126730.

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

Color convert

RGB 202 181 47 -
CMYK 0 0.10 0.77 0.21
HSL 51.87º 0.62% 0.49% -
HSV(B) 51.87º 0.77% 0.79% -
XYZ 41.39 45.81 9.35 -
YUV 172 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 202 181 47 0 0.10 0.77 0.21 51.87 0.62 0.49
Hex CA B5 2F 0 A 4D 15 34 3E 31
Octal 312 265 57 0 12 115 25 64 76 61
Binary 11001010 10110101 101111 0 1010 1001101 10101 110100 111110 110001

Color Harmonies of #CAB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB52F

Black with #CAB52F

Text Example


Text Example

White with #CAB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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