#DFD2AA

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

Shades of Sapling #DFD2AA

Tints of Sapling #DFD2AA

Color information

#DFD2AA (or 0xDFD2AA) is unknown color: approx Sapling. HEX triplet: DF, D2 and AA. RGB value is (223,210,170). Sum of RGB (Red+Green+Blue) = 223+210+170=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2AA is #202D55. Grayscale: #D1D1D1. Windows color (decimal): -2108758 or 11195103. OLE color: 11195103.

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

Color convert

RGB223210170-
CMYK00.060.240.13
HSL45.28º45.3%77.06%-
HSV(B)45.28º23.77%87.45%-
XYZ60.7364.6847.31-
YUV209.33105.81137.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=36.98%
G=34.83%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321017000.060.240.1345.2845.377.06
HexDFD2AA0618D2d2d4d
Octal3373222520630155555115
Binary11011111110100101010101001101100011011011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2AA; }

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

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

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

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

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

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

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

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