#dbe0a0

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

Shades of Tusk #DBE0A0

Tints of Tusk #DBE0A0

Color information

#DBE0A0 (or 0xDBE0A0) is unknown color: approx Tusk. HEX triplet: DB, E0 and A0. RGB value is (219,224,160). Sum of RGB (Red+Green+Blue) = 219+224+160=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE0A0 is #241F5F. Grayscale: #D7D7D7. Windows color (decimal): -2367328 or 10543323. OLE color: 10543323.

HSL color Cylindrical-coordinate representation of color #DBE0A0: hue angle of 64.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBE0A0 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB219224160-
CMYK0.0200.290.12
HSL64.69º50.79%75.29%-
HSV(B)64.69º28.57%87.84%-
XYZ62.2170.9143.67-
YUV215.2196.84130.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=36.32%
G=37.15%
B=26.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241600.0200.290.1264.6950.7975.29
HexDBE0A0201DC41334b
Octal33334024020351410163113
Binary11011011111000001010000010011101110010000011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbe0a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbe0a0; }

 p { color: rgb(219,224,160); }

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

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

 a { background-color: rgb(219,224,160); }

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

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

 span { border-color: rgb(219,224,160); }

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