#DFEAA6

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

Shades of Tusk #DFEAA6

Tints of Tusk #DFEAA6

Color information

#DFEAA6 (or 0xDFEAA6) is unknown color: approx Tusk. HEX triplet: DF, EA and A6. RGB value is (223,234,166). Sum of RGB (Red+Green+Blue) = 223+234+166=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEAA6 is #201559. Grayscale: #DFDFDF. Windows color (decimal): -2102618 or 10939103. OLE color: 10939103.

HSL color Cylindrical-coordinate representation of color #DFEAA6: hue angle of 69.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFEAA6 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB223234166-
CMYK0.0500.290.08
HSL69.71º61.82%78.43%-
HSV(B)69.71º29.06%91.76%-
XYZ66.7477.2947.48-
YUV222.9695.86128.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 166 (65.23% from 255) = 26.65%
R=35.79%
G=37.56%
B=26.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341660.0500.290.0869.7161.8278.43
HexDFEAA6501D8463e4e
Octal33735224650351010676116
Binary110111111110101010100110101011101100010001101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAA6; }

 p { color: rgb(223,234,166); }

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

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

 a { background-color: rgb(223,234,166); }

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

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

 span { border-color: rgb(223,234,166); }

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