#CBB942

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

Shades of Old Gold #CBB942

Tints of Old Gold #CBB942

Color information

#CBB942 (or 0xCBB942) is unknown color: approx Old Gold. HEX triplet: CB, B9 and 42. RGB value is (203,185,66). Sum of RGB (Red+Green+Blue) = 203+185+66=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB942 is #3446BD. Grayscale: #B1B1B1. Windows color (decimal): -3425982 or 4372939. OLE color: 4372939.

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

Color convert

RGB20318566-
CMYK00.090.670.20
HSL52.12º56.85%52.75%-
HSV(B)52.12º67.49%79.61%-
XYZ42.9647.7912.11-
YUV176.8265.46146.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 66 (26.17% from 255) = 14.54%
R=44.71%
G=40.75%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031856600.090.670.2052.1256.8552.75
HexCBB942094314343935
Octal31327110201110324647165
Binary1100101110111001100001001001100001110100110100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB942; }

 p { color: rgb(203,185,66); }

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

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

 a { background-color: rgb(203,185,66); }

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

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

 span { border-color: rgb(203,185,66); }

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