#DBB560

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

Shades of Equator #DBB560

Tints of Equator #DBB560

Color information

#DBB560 (or 0xDBB560) is unknown color: approx Equator. HEX triplet: DB, B5 and 60. RGB value is (219,181,96). Sum of RGB (Red+Green+Blue) = 219+181+96=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB560 is #244A9F. Grayscale: #B7B7B7. Windows color (decimal): -2378400 or 6338011. OLE color: 6338011.

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

Color convert

RGB21918196-
CMYK00.170.560.14
HSL41.46º63.08%61.76%-
HSV(B)41.46º56.16%85.88%-
XYZ47.8548.9517.99-
YUV182.6779.09153.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=44.15%
G=36.49%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191819600.170.560.1441.4663.0861.76
HexDBB56001138E293f3e
Octal3332651400217016517776
Binary110110111011010111000000100011110001110101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB560; }

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

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

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

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

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

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

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

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