#CBB040

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

Shades of Old Gold #CBB040

Tints of Old Gold #CBB040

Color information

#CBB040 (or 0xCBB040) is unknown color: approx Old Gold. HEX triplet: CB, B0 and 40. RGB value is (203,176,64). Sum of RGB (Red+Green+Blue) = 203+176+64=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB040 is #344FBF. Grayscale: #ABABAB. Windows color (decimal): -3428288 or 4239563. OLE color: 4239563.

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

Color convert

RGB20317664-
CMYK00.130.680.20
HSL48.35º57.2%52.35%-
HSV(B)48.35º68.47%79.61%-
XYZ41.0844.1211.2-
YUV171.367.45150.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=45.82%
G=39.73%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031766400.130.680.2048.3557.252.35
HexCBB0400D4414303934
Octal31326010001510424607164
Binary1100101110110000100000001101100010010100110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB040; }

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

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

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

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

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

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

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

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