#DFE2B9

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

Shades of Tusk #DFE2B9

Tints of Tusk #DFE2B9

Color information

#DFE2B9 (or 0xDFE2B9) is unknown color: approx Tusk. HEX triplet: DF, E2 and B9. RGB value is (223,226,185). Sum of RGB (Red+Green+Blue) = 223+226+185=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2B9 is #201D46. Grayscale: #DCDCDC. Windows color (decimal): -2104647 or 12182239. OLE color: 12182239.

HSL color Cylindrical-coordinate representation of color #DFE2B9: hue angle of 64.39º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE2B9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB223226185-
CMYK0.0100.180.11
HSL64.39º41.41%80.59%-
HSV(B)64.39º18.14%88.63%-
XYZ66.3873.5856.6-
YUV220.43108.01129.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 185 (72.66% from 255) = 29.18%
R=35.17%
G=35.65%
B=29.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261850.0100.180.1164.3941.4180.59
HexDFE2B91012B402951
Octal33734227110221310051121
Binary1101111111100010101110011010010101110000001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2B9; }

 p { color: rgb(223,226,185); }

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

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

 a { background-color: rgb(223,226,185); }

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

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

 span { border-color: rgb(223,226,185); }

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