#CBB637

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

Shades of Old Gold #CBB637

Tints of Old Gold #CBB637

Color information

#CBB637 (or 0xCBB637) is unknown color: approx Old Gold. HEX triplet: CB, B6 and 37. RGB value is (203,182,55). Sum of RGB (Red+Green+Blue) = 203+182+55=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB637 is #3449C8. Grayscale: #AEAEAE. Windows color (decimal): -3426761 or 3651275. OLE color: 3651275.

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

Color convert

RGB20318255-
CMYK00.100.730.20
HSL51.49º58.73%50.59%-
HSV(B)51.49º72.91%79.61%-
XYZ42.0546.4310.36-
YUV173.860.96148.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=46.14%
G=41.36%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031825500.100.730.2051.4958.7350.59
HexCBB6370A4914333b33
Octal3132666701211124637363
Binary110010111011011011011101010100100110100110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB637; }

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

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

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

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

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

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

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

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