#DFD0AA

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

Shades of Sapling #DFD0AA

Tints of Sapling #DFD0AA

Color information

#DFD0AA (or 0xDFD0AA) is unknown color: approx Sapling. HEX triplet: DF, D0 and AA. RGB value is (223,208,170). Sum of RGB (Red+Green+Blue) = 223+208+170=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD0AA is #202F55. Grayscale: #D0D0D0. Windows color (decimal): -2109270 or 11194591. OLE color: 11194591.

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

Color convert

RGB223208170-
CMYK00.070.240.13
HSL43.02º45.3%77.06%-
HSV(B)43.02º23.77%87.45%-
XYZ60.2463.747.15-
YUV208.15106.47138.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=37.10%
G=34.61%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320817000.070.240.1343.0245.377.06
HexDFD0AA0718D2b2d4d
Octal3373202520730155355115
Binary11011111110100001010101001111100011011010111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0AA; }

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

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

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

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

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

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

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

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