#CBB939

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

Shades of Old Gold #CBB939

Tints of Old Gold #CBB939

Color information

#CBB939 (or 0xCBB939) is unknown color: approx Old Gold. HEX triplet: CB, B9 and 39. RGB value is (203,185,57). Sum of RGB (Red+Green+Blue) = 203+185+57=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB939 is #3446C6. Grayscale: #B0B0B0. Windows color (decimal): -3425991 or 3783115. OLE color: 3783115.

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

Color convert

RGB20318557-
CMYK00.090.720.20
HSL52.6º58.4%50.98%-
HSV(B)52.6º71.92%79.61%-
XYZ42.7247.6910.82-
YUV175.7960.96147.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 57 (22.66% from 255) = 12.81%
R=45.62%
G=41.57%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031855700.090.720.2052.658.450.98
HexCBB939094814353a33
Octal3132717101111024657263
Binary110010111011100111100101001100100010100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB939; }

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

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

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

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

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

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

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

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