#DFEBA2

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

Shades of Tusk #DFEBA2

Tints of Tusk #DFEBA2

Color information

#DFEBA2 (or 0xDFEBA2) is unknown color: approx Tusk. HEX triplet: DF, EB and A2. RGB value is (223,235,162). Sum of RGB (Red+Green+Blue) = 223+235+162=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA2 is #20145D. Grayscale: #DFDFDF. Windows color (decimal): -2102366 or 10677215. OLE color: 10677215.

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

Color convert

RGB223235162-
CMYK0.0500.310.08
HSL69.86º64.6%77.84%-
HSV(B)69.86º31.06%92.16%-
XYZ66.6677.7145.67-
YUV223.0993.52127.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 162 (63.67% from 255) = 26.13%
R=35.97%
G=37.90%
B=26.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351620.0500.310.0869.8664.677.84
HexDFEBA2501F846414e
Octal337353242503710106101116
Binary1101111111101011101000101010111111000100011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBA2; }

 p { color: rgb(223,235,162); }

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

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

 a { background-color: rgb(223,235,162); }

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

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

 span { border-color: rgb(223,235,162); }

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