#DFEBA1

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

Shades of Tusk #DFEBA1

Tints of Tusk #DFEBA1

Color information

#DFEBA1 (or 0xDFEBA1) is unknown color: approx Tusk. HEX triplet: DF, EB and A1. RGB value is (223,235,161). Sum of RGB (Red+Green+Blue) = 223+235+161=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA1 is #20145E. Grayscale: #DFDFDF. Windows color (decimal): -2102367 or 10611679. OLE color: 10611679.

HSL color Cylindrical-coordinate representation of color #DFEBA1: hue angle of 69.73º 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 #DFEBA1 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB223235161-
CMYK0.0500.310.08
HSL69.73º64.91%77.65%-
HSV(B)69.73º31.49%92.16%-
XYZ66.5777.6845.2-
YUV222.9893.02128.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 161 (63.28% from 255) = 26.01%
R=36.03%
G=37.96%
B=26.01%

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
Decimal2232351610.0500.310.0869.7364.9177.65
HexDFEBA1501F846414e
Octal337353241503710106101116
Binary1101111111101011101000011010111111000100011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBA1; }

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

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

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

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

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

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

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

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