#DFD1AB

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

Shades of Sapling #DFD1AB

Tints of Sapling #DFD1AB

Color information

#DFD1AB (or 0xDFD1AB) is unknown color: approx Sapling. HEX triplet: DF, D1 and AB. RGB value is (223,209,171). Sum of RGB (Red+Green+Blue) = 223+209+171=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1AB is #202E54. Grayscale: #D1D1D1. Windows color (decimal): -2109013 or 11260383. OLE color: 11260383.

HSL color Cylindrical-coordinate representation of color #DFD1AB: hue angle of 43.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFD1AB is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223209171-
CMYK00.060.230.13
HSL43.85º44.83%77.25%-
HSV(B)43.85º23.32%87.45%-
XYZ60.5864.2347.73-
YUV208.85106.64138.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=36.98%
G=34.66%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320917100.060.230.1343.8544.8377.25
HexDFD1AB0617D2c2d4d
Octal3373212530627155455115
Binary11011111110100011010101101101011111011011001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1AB; }

 p { color: rgb(223,209,171); }

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

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

 a { background-color: rgb(223,209,171); }

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

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

 span { border-color: rgb(223,209,171); }

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