#DEE69D

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

Shades of Tusk #DEE69D

Tints of Tusk #DEE69D

Color information

#DEE69D (or 0xDEE69D) is unknown color: approx Tusk. HEX triplet: DE, E6 and 9D. RGB value is (222,230,157). Sum of RGB (Red+Green+Blue) = 222+230+157=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE69D is #211962. Grayscale: #DBDBDB. Windows color (decimal): -2169187 or 10348254. OLE color: 10348254.

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

Color convert

RGB222230157-
CMYK0.0300.320.10
HSL66.58º59.35%75.88%-
HSV(B)66.58º31.74%90.2%-
XYZ64.5174.5642.89-
YUV219.2992.85129.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=36.45%
G=37.77%
B=25.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301570.0300.320.1066.5859.3575.88
HexDEE69D3020A433b4c
Octal33634623530401210373114
Binary110111101110011010011101110100000101010000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE69D; }

 p { color: rgb(222,230,157); }

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

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

 a { background-color: rgb(222,230,157); }

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

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

 span { border-color: rgb(222,230,157); }

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