Html Css Color HEX #CAB940 Old Gold

📋 copy color: '#CAB940'

red 202 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #CAB940

Tints of Old Gold #CAB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 44.79%
G = 41.02%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAB940 (or 0xCAB940) is known color: Old Gold. HEX triplet: CA, B9 and 40. RGB value is (202,185,64). Sum of RGB (Red+Green+Blue) = 202+185+64=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB940 is #3546BF. Grayscale: #B0B0B0. Windows color (decimal): -3491520 or 4241866. OLE color: 4241866.

HSL color Cylindrical-coordinate representation of color #CAB940: hue angle of 52.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAB940 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 64 -
CMYK 0 0.08 0.68 0.21
HSL 52.61º 0.57% 0.52% -
HSV(B) 52.61º 0.68% 0.79% -
XYZ 42.63 47.62 11.8 -
YUV 176.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 202 185 64 0 0.08 0.68 0.21 52.61 0.57 0.52
Hex CA B9 40 0 8 44 15 35 39 34
Octal 312 271 100 0 10 104 25 65 71 64
Binary 11001010 10111001 1000000 0 1000 1000100 10101 110101 111001 110100

Color Harmonies of #CAB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB940

Black with #CAB940

Text Example


Text Example

White with #CAB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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