Html Css Color HEX #CAB849 Old Gold

📋 copy color: '#CAB849'

red 202 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #CAB849

Tints of Old Gold #CAB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

 BLUE value IS 73 (28.91% from 255) = 15.9%

R = 44.01%
G = 40.09%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAB849 (or 0xCAB849) is known color: Old Gold. HEX triplet: CA, B8 and 49. RGB value is (202,184,73). Sum of RGB (Red+Green+Blue) = 202+184+73=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB849 is #3547B6. Grayscale: #B1B1B1. Windows color (decimal): -3491767 or 4831434. OLE color: 4831434.

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

Color convert

RGB 202 184 73 -
CMYK 0 0.09 0.64 0.21
HSL 51.63º 0.55% 0.54% -
HSV(B) 51.63º 0.64% 0.79% -
XYZ 42.7 47.32 13.19 -
YUV 176.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 202 184 73 0 0.09 0.64 0.21 51.63 0.55 0.54
Hex CA B8 49 0 9 40 15 34 37 36
Octal 312 270 111 0 11 100 25 64 67 66
Binary 11001010 10111000 1001001 0 1001 1000000 10101 110100 110111 110110

Color Harmonies of #CAB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB849

Black with #CAB849

Text Example


Text Example

White with #CAB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB849; }

 p { color: rgb(202,184,73); }

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

background-color css

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

 a { background-color: rgb(202,184,73); }

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

border-color css

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

 span { border-color: rgb(202,184,73); }

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