#CBB639

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

Shades of Old Gold #CBB639

Tints of Old Gold #CBB639

Color information

#CBB639 (or 0xCBB639) is unknown color: approx Old Gold. HEX triplet: CB, B6 and 39. RGB value is (203,182,57). Sum of RGB (Red+Green+Blue) = 203+182+57=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB639 is #3449C6. Grayscale: #AEAEAE. Windows color (decimal): -3426759 or 3782347. OLE color: 3782347.

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

Color convert

RGB20318257-
CMYK00.100.720.20
HSL51.37º58.4%50.98%-
HSV(B)51.37º71.92%79.61%-
XYZ42.146.4510.62-
YUV174.0361.96148.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 57 (22.66% from 255) = 12.90%
R=45.93%
G=41.18%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031825700.100.720.2051.3758.450.98
HexCBB6390A4814333a33
Octal3132667101211024637263
Binary110010111011011011100101010100100010100110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB639; }

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

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

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

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

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

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

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

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