#cbba37

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

Shades of Old Gold #CBBA37

Tints of Old Gold #CBBA37

Color information

#CBBA37 (or 0xCBBA37) is unknown color: approx Old Gold. HEX triplet: CB, BA and 37. RGB value is (203,186,55). Sum of RGB (Red+Green+Blue) = 203+186+55=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA37 is #3445C8. Grayscale: #B0B0B0. Windows color (decimal): -3425737 or 3652299. OLE color: 3652299.

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

Color convert

RGB20318655-
CMYK00.080.730.20
HSL53.11º58.73%50.59%-
HSV(B)53.11º72.91%79.61%-
XYZ42.8848.0910.64-
YUV176.1559.63147.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 55 (21.88% from 255) = 12.39%
R=45.72%
G=41.89%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031865500.080.730.2053.1158.7350.59
HexCBBA37084914353b33
Octal3132726701011124657363
Binary110010111011101011011101000100100110100110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbba37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbba37; }

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

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

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

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

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

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

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

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