#DBB561

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

Shades of Equator #DBB561

Tints of Equator #DBB561

Color information

#DBB561 (or 0xDBB561) is unknown color: approx Equator. HEX triplet: DB, B5 and 61. RGB value is (219,181,97). Sum of RGB (Red+Green+Blue) = 219+181+97=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB561 is #244A9E. Grayscale: #B7B7B7. Windows color (decimal): -2378399 or 6403547. OLE color: 6403547.

HSL color Cylindrical-coordinate representation of color #DBB561: hue angle of 41.31º 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 #DBB561 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB21918197-
CMYK00.170.560.14
HSL41.31º62.89%61.96%-
HSV(B)41.31º55.71%85.88%-
XYZ47.8948.9718.24-
YUV182.7979.59153.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=44.06%
G=36.42%
B=19.52%

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
Decimal2191819700.170.560.1441.3162.8961.96
HexDBB56101138E293f3e
Octal3332651410217016517776
Binary110110111011010111000010100011110001110101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB561; }

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

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

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

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

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

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

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

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