#DBB56C

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

Shades of Equator #DBB56C

Tints of Equator #DBB56C

Color information

#DBB56C (or 0xDBB56C) is unknown color: approx Equator. HEX triplet: DB, B5 and 6C. RGB value is (219,181,108). Sum of RGB (Red+Green+Blue) = 219+181+108=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB56C is #244A93. Grayscale: #B8B8B8. Windows color (decimal): -2378388 or 7124443. OLE color: 7124443.

HSL color Cylindrical-coordinate representation of color #DBB56C: hue angle of 39.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB56C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB219181108-
CMYK00.170.510.14
HSL39.46º60.66%64.12%-
HSV(B)39.46º50.68%85.88%-
XYZ48.4449.1921.13-
YUV184.0485.09152.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 108 (42.58% from 255) = 21.26%
R=43.11%
G=35.63%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918110800.170.510.1439.4660.6664.12
HexDBB56C01133E273d40
Octal33326515402163164775100
Binary1101101110110101110110001000111001111101001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB56C; }

 p { color: rgb(219,181,108); }

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

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

 a { background-color: rgb(219,181,108); }

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

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

 span { border-color: rgb(219,181,108); }

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