#DBE69E

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

Shades of Tusk #DBE69E

Tints of Tusk #DBE69E

Color information

#DBE69E (or 0xDBE69E) is unknown color: approx Tusk. HEX triplet: DB, E6 and 9E. RGB value is (219,230,158). Sum of RGB (Red+Green+Blue) = 219+230+158=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69E is #241961. Grayscale: #DADADA. Windows color (decimal): -2365794 or 10413787. OLE color: 10413787.

HSL color Cylindrical-coordinate representation of color #DBE69E: hue angle of 69.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE69E is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB219230158-
CMYK0.0500.310.10
HSL69.17º59.02%76.08%-
HSV(B)69.17º31.3%90.2%-
XYZ63.6874.1243.3-
YUV218.593.86128.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=36.08%
G=37.89%
B=26.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301580.0500.310.1069.1759.0276.08
HexDBE69E501FA453b4c
Octal33334623650371210573114
Binary110110111110011010011110101011111101010001011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE69E; }

 p { color: rgb(219,230,158); }

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

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

 a { background-color: rgb(219,230,158); }

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

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

 span { border-color: rgb(219,230,158); }

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