#CABB3E

Color #CABB3E Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CABB3E

Tints of Old Gold #CABB3E

Color information

#CABB3E (or 0xCABB3E) is unknown color: approx Old Gold. HEX triplet: CA, BB and 3E. RGB value is (202,187,62). Sum of RGB (Red+Green+Blue) = 202+187+62=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB3E is #3544C1. Grayscale: #B1B1B1. Windows color (decimal): -3491010 or 4111306. OLE color: 4111306.

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

Color convert

RGB20218762-
CMYK00.070.690.21
HSL53.57º56.91%51.76%-
HSV(B)53.57º69.31%79.22%-
XYZ4348.4511.64-
YUV177.2462.97145.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=44.79%
G=41.46%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021876200.070.690.2153.5756.9151.76
HexCABB3E074515363934
Octal312273760710525667164
Binary11001010101110111111100111100010110101110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB3E; }

 p { color: rgb(202,187,62); }

 H1.HeaderClassName
 {
   color: #CABB3E;
 }
 .AnyTagClassName
 {
   color: #CABB3E;
 }
</style>
background-color css

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

 a { background-color: rgb(202,187,62); }

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

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

 span { border-color: rgb(202,187,62); }

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