#DBE2A3

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

Shades of Tusk #DBE2A3

Tints of Tusk #DBE2A3

Color information

#DBE2A3 (or 0xDBE2A3) is unknown color: approx Tusk. HEX triplet: DB, E2 and A3. RGB value is (219,226,163). Sum of RGB (Red+Green+Blue) = 219+226+163=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE2A3 is #241D5C. Grayscale: #D8D8D8. Windows color (decimal): -2366813 or 10740443. OLE color: 10740443.

HSL color Cylindrical-coordinate representation of color #DBE2A3: hue angle of 66.67º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBE2A3 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB219226163-
CMYK0.0300.280.11
HSL66.67º52.07%76.27%-
HSV(B)66.67º27.88%88.63%-
XYZ63.0272.145.24-
YUV216.7297.68129.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 163 (64.06% from 255) = 26.81%
R=36.02%
G=37.17%
B=26.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192261630.0300.280.1166.6752.0776.27
HexDBE2A3301CB43344c
Octal33334224330341310364114
Binary11011011111000101010001111011100101110000111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2A3; }

 p { color: rgb(219,226,163); }

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

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

 a { background-color: rgb(219,226,163); }

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

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

 span { border-color: rgb(219,226,163); }

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