#DFD3AB

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

Shades of Sapling #DFD3AB

Tints of Sapling #DFD3AB

Color information

#DFD3AB (or 0xDFD3AB) is unknown color: approx Sapling. HEX triplet: DF, D3 and AB. RGB value is (223,211,171). Sum of RGB (Red+Green+Blue) = 223+211+171=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AB is #202C54. Grayscale: #D2D2D2. Windows color (decimal): -2108501 or 11260895. OLE color: 11260895.

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

Color convert

RGB223211171-
CMYK00.050.230.13
HSL46.15º44.83%77.25%-
HSV(B)46.15º23.32%87.45%-
XYZ61.0865.2247.9-
YUV210.03105.98137.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=36.86%
G=34.88%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321117100.050.230.1346.1544.8377.25
HexDFD3AB0517D2e2d4d
Octal3373232530527155655115
Binary11011111110100111010101101011011111011011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3AB; }

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

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

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

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

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

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

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

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