#DFE69D

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

Shades of Tusk #DFE69D

Tints of Tusk #DFE69D

Color information

#DFE69D (or 0xDFE69D) is unknown color: approx Tusk. HEX triplet: DF, E6 and 9D. RGB value is (223,230,157). Sum of RGB (Red+Green+Blue) = 223+230+157=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE69D is #201962. Grayscale: #DBDBDB. Windows color (decimal): -2103651 or 10348255. OLE color: 10348255.

HSL color Cylindrical-coordinate representation of color #DFE69D: hue angle of 65.75º 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 #DFE69D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB223230157-
CMYK0.0300.320.10
HSL65.75º59.35%75.88%-
HSV(B)65.75º31.74%90.2%-
XYZ64.8174.7242.9-
YUV219.5892.68130.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 157 (61.72% from 255) = 25.74%
R=36.56%
G=37.70%
B=25.74%

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
Decimal2232301570.0300.320.1065.7559.3575.88
HexDFE69D3020A423b4c
Octal33734623530401210273114
Binary110111111110011010011101110100000101010000101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE69D; }

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

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

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

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

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

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

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

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