Html Css Color HEX #CAB846 Old Gold

📋 copy color: '#CAB846'

red 202 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #CAB846

Tints of Old Gold #CAB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.35%

R = 44.3%
G = 40.35%
B = 15.35%

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

#CAB846 (or 0xCAB846) is known color: Old Gold. HEX triplet: CA, B8 and 46. RGB value is (202,184,70). Sum of RGB (Red+Green+Blue) = 202+184+70=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB846 is #3547B9. Grayscale: #B0B0B0. Windows color (decimal): -3491770 or 4634826. OLE color: 4634826.

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

Color convert

RGB 202 184 70 -
CMYK 0 0.09 0.65 0.21
HSL 51.82º 0.55% 0.53% -
HSV(B) 51.82º 0.65% 0.79% -
XYZ 42.6 47.28 12.67 -
YUV 176.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 202 184 70 0 0.09 0.65 0.21 51.82 0.55 0.53
Hex CA B8 46 0 9 41 15 34 37 35
Octal 312 270 106 0 11 101 25 64 67 65
Binary 11001010 10111000 1000110 0 1001 1000001 10101 110100 110111 110101

Color Harmonies of #CAB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB846

Black with #CAB846

Text Example


Text Example

White with #CAB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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