Html Css Color HEX #CAB847 Old Gold

📋 copy color: '#CAB847'

red 202 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #CAB847

Tints of Old Gold #CAB847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 44.2%
G = 40.26%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAB847 (or 0xCAB847) is known color: Old Gold. HEX triplet: CA, B8 and 47. RGB value is (202,184,71). Sum of RGB (Red+Green+Blue) = 202+184+71=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB847 is #3547B8. Grayscale: #B0B0B0. Windows color (decimal): -3491769 or 4700362. OLE color: 4700362.

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

Color convert

RGB 202 184 71 -
CMYK 0 0.09 0.65 0.21
HSL 51.76º 0.55% 0.54% -
HSV(B) 51.76º 0.65% 0.79% -
XYZ 42.63 47.29 12.84 -
YUV 176.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 202 184 71 0 0.09 0.65 0.21 51.76 0.55 0.54
Hex CA B8 47 0 9 41 15 34 37 36
Octal 312 270 107 0 11 101 25 64 67 66
Binary 11001010 10111000 1000111 0 1001 1000001 10101 110100 110111 110110

Color Harmonies of #CAB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB847

Black with #CAB847

Text Example


Text Example

White with #CAB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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