#DFD5AB

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

Shades of Sapling #DFD5AB

Tints of Sapling #DFD5AB

Color information

#DFD5AB (or 0xDFD5AB) is unknown color: approx Sapling. HEX triplet: DF, D5 and AB. RGB value is (223,213,171). Sum of RGB (Red+Green+Blue) = 223+213+171=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5AB is #202A54. Grayscale: #D3D3D3. Windows color (decimal): -2107989 or 11261407. OLE color: 11261407.

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

Color convert

RGB223213171-
CMYK00.040.230.13
HSL48.46º44.83%77.25%-
HSV(B)48.46º23.32%87.45%-
XYZ61.5866.2248.06-
YUV211.2105.31136.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=36.74%
G=35.09%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321317100.040.230.1348.4644.8377.25
HexDFD5AB0417D302d4d
Octal3373252530427156055115
Binary11011111110101011010101101001011111011100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5AB; }

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

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

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

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

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

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

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

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