#CBAE40

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

Shades of Old Gold #CBAE40

Tints of Old Gold #CBAE40

Color information

#CBAE40 (or 0xCBAE40) is unknown color: approx Old Gold. HEX triplet: CB, AE and 40. RGB value is (203,174,64). Sum of RGB (Red+Green+Blue) = 203+174+64=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE40 is #3451BF. Grayscale: #AAAAAA. Windows color (decimal): -3428800 or 4239051. OLE color: 4239051.

HSL color Cylindrical-coordinate representation of color #CBAE40: hue angle of 47.48º 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 #CBAE40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20317464-
CMYK00.140.680.20
HSL47.48º57.2%52.35%-
HSV(B)47.48º68.47%79.61%-
XYZ40.6943.3411.07-
YUV170.1368.11151.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 64 (25.39% from 255) = 14.51%
R=46.03%
G=39.46%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031746400.140.680.2047.4857.252.35
HexCBAE400E44142f3934
Octal31325610001610424577164
Binary1100101110101110100000001110100010010100101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE40; }

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

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

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

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

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

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

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

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