#DFD0AB

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

Shades of Sapling #DFD0AB

Tints of Sapling #DFD0AB

Color information

#DFD0AB (or 0xDFD0AB) is unknown color: approx Sapling. HEX triplet: DF, D0 and AB. RGB value is (223,208,171). Sum of RGB (Red+Green+Blue) = 223+208+171=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD0AB is #202F54. Grayscale: #D0D0D0. Windows color (decimal): -2109269 or 11260127. OLE color: 11260127.

HSL color Cylindrical-coordinate representation of color #DFD0AB: hue angle of 42.69º 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 #DFD0AB is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223208171-
CMYK00.070.230.13
HSL42.69º44.83%77.25%-
HSV(B)42.69º23.32%87.45%-
XYZ60.3463.7447.65-
YUV208.27106.97138.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=37.04%
G=34.55%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320817100.070.230.1342.6944.8377.25
HexDFD0AB0717D2b2d4d
Octal3373202530727155355115
Binary11011111110100001010101101111011111011010111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0AB; }

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

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

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

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

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

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

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

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