Html Css Color HEX #CAB52E Old Gold

📋 copy color: '#CAB52E'

red 202 ◦ green 181 ◦ blue 46

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

Shades of Old Gold #CAB52E

Tints of Old Gold #CAB52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.72%

R = 47.09%
G = 42.19%
B = 10.72%

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

#CAB52E (or 0xCAB52E) is known color: Old Gold. HEX triplet: CA, B5 and 2E. RGB value is (202,181,46). Sum of RGB (Red+Green+Blue) = 202+181+46=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB52E is #354AD1. Grayscale: #ACACAC. Windows color (decimal): -3492562 or 3061194. OLE color: 3061194.

HSL color Cylindrical-coordinate representation of color #CAB52E: hue angle of 51.92º degrees, saturation: 0.63, 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 #CAB52E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 46 -
CMYK 0 0.10 0.77 0.21
HSL 51.92º 0.63% 0.49% -
HSV(B) 51.92º 0.77% 0.79% -
XYZ 41.37 45.8 9.24 -
YUV 171.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 202 181 46 0 0.10 0.77 0.21 51.92 0.63 0.49
Hex CA B5 2E 0 A 4D 15 34 3F 31
Octal 312 265 56 0 12 115 25 64 77 61
Binary 11001010 10110101 101110 0 1010 1001101 10101 110100 111111 110001

Color Harmonies of #CAB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB52E

Black with #CAB52E

Text Example


Text Example

White with #CAB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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