#DFE4B1

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

Shades of Tusk #DFE4B1

Tints of Tusk #DFE4B1

Color information

#DFE4B1 (or 0xDFE4B1) is unknown color: approx Tusk. HEX triplet: DF, E4 and B1. RGB value is (223,228,177). Sum of RGB (Red+Green+Blue) = 223+228+177=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE4B1 is #201B4E. Grayscale: #DCDCDC. Windows color (decimal): -2104143 or 11658463. OLE color: 11658463.

HSL color Cylindrical-coordinate representation of color #DFE4B1: hue angle of 65.88º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFE4B1 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB223228177-
CMYK0.0200.220.11
HSL65.88º48.57%79.41%-
HSV(B)65.88º22.37%89.41%-
XYZ66.1174.3552.46-
YUV220.69103.34129.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 228 (89.45% from 255) = 36.31%
BLUE value IS 177 (69.53% from 255) = 28.18%
R=35.51%
G=36.31%
B=28.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281770.0200.220.1165.8848.5779.41
HexDFE4B12016B42314f
Octal33734426120261310261117
Binary11011111111001001011000110010110101110000101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4B1; }

 p { color: rgb(223,228,177); }

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

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

 a { background-color: rgb(223,228,177); }

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

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

 span { border-color: rgb(223,228,177); }

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