#CABB46

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

Shades of Old Gold #CABB46

Tints of Old Gold #CABB46

Color information

#CABB46 (or 0xCABB46) is unknown color: approx Old Gold. HEX triplet: CA, BB and 46. RGB value is (202,187,70). Sum of RGB (Red+Green+Blue) = 202+187+70=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB46 is #3544B9. Grayscale: #B2B2B2. Windows color (decimal): -3491002 or 4635594. OLE color: 4635594.

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

Color convert

RGB20218770-
CMYK00.070.650.21
HSL53.18º55.46%53.33%-
HSV(B)53.18º65.35%79.22%-
XYZ43.2348.5412.88-
YUV178.1566.97145.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=44.01%
G=40.74%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021877000.070.650.2153.1855.4653.33
HexCABB46074115353735
Octal3122731060710125656765
Binary110010101011101110001100111100000110101110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB46; }

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

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

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

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

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

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

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

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