#DFD49F

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

Shades of Sapling #DFD49F

Tints of Sapling #DFD49F

Color information

#DFD49F (or 0xDFD49F) is unknown color: approx Sapling. HEX triplet: DF, D4 and 9F. RGB value is (223,212,159). Sum of RGB (Red+Green+Blue) = 223+212+159=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49F is #202B60. Grayscale: #D1D1D1. Windows color (decimal): -2108257 or 10474719. OLE color: 10474719.

HSL color Cylindrical-coordinate representation of color #DFD49F: hue angle of 49.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFD49F is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223212159-
CMYK00.050.290.13
HSL49.69º50%74.9%-
HSV(B)49.69º28.7%87.45%-
XYZ60.2365.2842.23-
YUV209.2599.64137.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 159 (62.5% from 255) = 26.77%
R=37.54%
G=35.69%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321215900.050.290.1349.695074.9
HexDFD49F051DD32324b
Octal3373242370535156262113
Binary11011111110101001001111101011110111011100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD49F; }

 p { color: rgb(223,212,159); }

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

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

 a { background-color: rgb(223,212,159); }

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

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

 span { border-color: rgb(223,212,159); }

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