#DFEBA4

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

Shades of Tusk #DFEBA4

Tints of Tusk #DFEBA4

Color information

#DFEBA4 (or 0xDFEBA4) is unknown color: approx Tusk. HEX triplet: DF, EB and A4. RGB value is (223,235,164). Sum of RGB (Red+Green+Blue) = 223+235+164=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA4 is #20145B. Grayscale: #DFDFDF. Windows color (decimal): -2102364 or 10808287. OLE color: 10808287.

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

Color convert

RGB223235164-
CMYK0.0500.300.08
HSL70.14º63.96%78.24%-
HSV(B)70.14º30.21%92.16%-
XYZ66.8477.7846.61-
YUV223.3294.52127.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=35.85%
G=37.78%
B=26.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351640.0500.300.0870.1463.9678.24
HexDFEBA4501E846404e
Octal337353244503610106100116
Binary1101111111101011101001001010111101000100011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBA4; }

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

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

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

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

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

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

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

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