#DFE0B7

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

Shades of Tusk #DFE0B7

Tints of Tusk #DFE0B7

Color information

#DFE0B7 (or 0xDFE0B7) is unknown color: approx Tusk. HEX triplet: DF, E0 and B7. RGB value is (223,224,183). Sum of RGB (Red+Green+Blue) = 223+224+183=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0B7 is #201F48. Grayscale: #DBDBDB. Windows color (decimal): -2105161 or 12050655. OLE color: 12050655.

HSL color Cylindrical-coordinate representation of color #DFE0B7: hue angle of 61.46º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE0B7 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB223224183-
CMYK0.0000.180.12
HSL61.46º39.81%79.8%-
HSV(B)61.46º18.3%87.84%-
XYZ65.6372.4255.32-
YUV219.03107.67130.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 183 (71.88% from 255) = 29.05%
R=35.40%
G=35.56%
B=29.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241830.0000.180.1261.4639.8179.8
HexDFE0B70012C3d2850
Octal3373402670022147550120
Binary110111111110000010110111001001011001111011010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0B7; }

 p { color: rgb(223,224,183); }

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

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

 a { background-color: rgb(223,224,183); }

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

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

 span { border-color: rgb(223,224,183); }

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