#CBAB40

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

Shades of Old Gold #CBAB40

Tints of Old Gold #CBAB40

Color information

#CBAB40 (or 0xCBAB40) is unknown color: approx Old Gold. HEX triplet: CB, AB and 40. RGB value is (203,171,64). Sum of RGB (Red+Green+Blue) = 203+171+64=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB40 is #3454BF. Grayscale: #A8A8A8. Windows color (decimal): -3429568 or 4238283. OLE color: 4238283.

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

Color convert

RGB20317164-
CMYK00.160.680.20
HSL46.19º57.2%52.35%-
HSV(B)46.19º68.47%79.61%-
XYZ40.1242.1910.88-
YUV168.3769.1152.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 64 (25.39% from 255) = 14.61%
R=46.35%
G=39.04%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031716400.160.680.2046.1957.252.35
HexCBAB4001044142e3934
Octal31325310002010424567164
Binary11001011101010111000000010000100010010100101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB40; }

 p { color: rgb(203,171,64); }

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

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

 a { background-color: rgb(203,171,64); }

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

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

 span { border-color: rgb(203,171,64); }

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