#DBE7A1

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

Shades of Tusk #DBE7A1

Tints of Tusk #DBE7A1

Color information

#DBE7A1 (or 0xDBE7A1) is unknown color: approx Tusk. HEX triplet: DB, E7 and A1. RGB value is (219,231,161). Sum of RGB (Red+Green+Blue) = 219+231+161=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7A1 is #24185E. Grayscale: #DBDBDB. Windows color (decimal): -2365535 or 10610651. OLE color: 10610651.

HSL color Cylindrical-coordinate representation of color #DBE7A1: hue angle of 70.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE7A1 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB219231161-
CMYK0.0500.300.09
HSL70.29º59.32%76.86%-
HSV(B)70.29º30.3%90.59%-
XYZ64.2274.7944.77-
YUV219.4395.02127.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=35.84%
G=37.81%
B=26.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311610.0500.300.0970.2959.3276.86
HexDBE7A1501E9463b4d
Octal33334724150361110673115
Binary110110111110011110100001101011110100110001101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7A1; }

 p { color: rgb(219,231,161); }

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

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

 a { background-color: rgb(219,231,161); }

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

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

 span { border-color: rgb(219,231,161); }

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