Html Css Color HEX #CAB845 Old Gold

📋 copy color: '#CAB845'

red 202 ◦ green 184 ◦ blue 69

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

Shades of Old Gold #CAB845

Tints of Old Gold #CAB845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.16%

R = 44.4%
G = 40.44%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB845 (or 0xCAB845) is known color: Old Gold. HEX triplet: CA, B8 and 45. RGB value is (202,184,69). Sum of RGB (Red+Green+Blue) = 202+184+69=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB845 is #3547BA. Grayscale: #B0B0B0. Windows color (decimal): -3491771 or 4569290. OLE color: 4569290.

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

Color convert

RGB 202 184 69 -
CMYK 0 0.09 0.66 0.21
HSL 51.88º 0.56% 0.53% -
HSV(B) 51.88º 0.66% 0.79% -
XYZ 42.57 47.27 12.51 -
YUV 176.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 202 184 69 0 0.09 0.66 0.21 51.88 0.56 0.53
Hex CA B8 45 0 9 42 15 34 38 35
Octal 312 270 105 0 11 102 25 64 70 65
Binary 11001010 10111000 1000101 0 1001 1000010 10101 110100 111000 110101

Color Harmonies of #CAB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB845

Black with #CAB845

Text Example


Text Example

White with #CAB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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