#DBB563

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

Shades of Equator #DBB563

Tints of Equator #DBB563

Color information

#DBB563 (or 0xDBB563) is unknown color: approx Equator. HEX triplet: DB, B5 and 63. RGB value is (219,181,99). Sum of RGB (Red+Green+Blue) = 219+181+99=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB563 is #244A9C. Grayscale: #B7B7B7. Windows color (decimal): -2378397 or 6534619. OLE color: 6534619.

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

Color convert

RGB21918199-
CMYK00.170.550.14
HSL41º62.5%62.35%-
HSV(B)41º54.79%85.88%-
XYZ47.9949.0118.73-
YUV183.0180.59153.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.89%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 99 (39.06% from 255) = 19.84%
R=43.89%
G=36.27%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191819900.170.550.144162.562.35
HexDBB56301137E293e3e
Octal3332651430216716517676
Binary110110111011010111000110100011101111110101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB563; }

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

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

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

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

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

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

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

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