#DFD2A9

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

Shades of Sapling #DFD2A9

Tints of Sapling #DFD2A9

Color information

#DFD2A9 (or 0xDFD2A9) is unknown color: approx Sapling. HEX triplet: DF, D2 and A9. RGB value is (223,210,169). Sum of RGB (Red+Green+Blue) = 223+210+169=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2A9 is #202D56. Grayscale: #D1D1D1. Windows color (decimal): -2108759 or 11129567. OLE color: 11129567.

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

Color convert

RGB223210169-
CMYK00.060.240.13
HSL45.56º45.76%76.86%-
HSV(B)45.56º24.22%87.45%-
XYZ60.6464.6546.82-
YUV209.21105.31137.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 169 (66.41% from 255) = 28.07%
R=37.04%
G=34.88%
B=28.07%

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
Decimal22321016900.060.240.1345.5645.7676.86
HexDFD2A90618D2e2e4d
Octal3373222510630155656115
Binary11011111110100101010100101101100011011011101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2A9; }

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

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

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

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

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

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

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

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