Html Css Color HEX #CAB945 Old Gold

📋 copy color: '#CAB945'

red 202 ◦ green 185 ◦ blue 69

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

Shades of Old Gold #CAB945

Tints of Old Gold #CAB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

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

R = 44.3%
G = 40.57%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CAB945 (or 0xCAB945) is known color: Old Gold. HEX triplet: CA, B9 and 45. RGB value is (202,185,69). Sum of RGB (Red+Green+Blue) = 202+185+69=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB945 is #3546BA. Grayscale: #B1B1B1. Windows color (decimal): -3491515 or 4569546. OLE color: 4569546.

HSL color Cylindrical-coordinate representation of color #CAB945: hue angle of 52.33º 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 #CAB945 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 69 -
CMYK 0 0.08 0.66 0.21
HSL 52.33º 0.56% 0.53% -
HSV(B) 52.33º 0.66% 0.79% -
XYZ 42.78 47.68 12.58 -
YUV 176.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 202 185 69 0 0.08 0.66 0.21 52.33 0.56 0.53
Hex CA B9 45 0 8 42 15 34 38 35
Octal 312 271 105 0 10 102 25 64 70 65
Binary 11001010 10111001 1000101 0 1000 1000010 10101 110100 111000 110101

Color Harmonies of #CAB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB945

Black with #CAB945

Text Example


Text Example

White with #CAB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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