#CABB36

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

Shades of Old Gold #CABB36

Tints of Old Gold #CABB36

Color information

#CABB36 (or 0xCABB36) is unknown color: approx Old Gold. HEX triplet: CA, BB and 36. RGB value is (202,187,54). Sum of RGB (Red+Green+Blue) = 202+187+54=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB36 is #3544C9. Grayscale: #B0B0B0. Windows color (decimal): -3491018 or 3587018. OLE color: 3587018.

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

Color convert

RGB20218754-
CMYK00.070.730.21
HSL53.92º58.27%50.2%-
HSV(B)53.92º73.27%79.22%-
XYZ42.7948.3610.57-
YUV176.3258.97146.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 54 (21.48% from 255) = 12.19%
R=45.60%
G=42.21%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021875400.070.730.2153.9258.2750.2
HexCABB36074915363a32
Octal312273660711125667262
Binary11001010101110111101100111100100110101110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB36; }

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

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

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

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

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

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

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

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