#DFE3B2

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

Shades of Tusk #DFE3B2

Tints of Tusk #DFE3B2

Color information

#DFE3B2 (or 0xDFE3B2) is unknown color: approx Tusk. HEX triplet: DF, E3 and B2. RGB value is (223,227,178). Sum of RGB (Red+Green+Blue) = 223+227+178=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE3B2 is #201C4D. Grayscale: #DCDCDC. Windows color (decimal): -2104398 or 11723743. OLE color: 11723743.

HSL color Cylindrical-coordinate representation of color #DFE3B2: hue angle of 64.9º degrees, saturation: 0.47, 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 #DFE3B2 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB223227178-
CMYK0.0200.220.11
HSL64.9º46.67%79.41%-
HSV(B)64.9º21.59%89.02%-
XYZ65.9473.8452.9-
YUV220.22104.17129.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 178 (69.92% from 255) = 28.34%
R=35.51%
G=36.15%
B=28.34%

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
Decimal2232271780.0200.220.1164.946.6779.41
HexDFE3B22016B412f4f
Octal33734326220261310157117
Binary11011111111000111011001010010110101110000011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3B2; }

 p { color: rgb(223,227,178); }

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

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

 a { background-color: rgb(223,227,178); }

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

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

 span { border-color: rgb(223,227,178); }

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