#DFD49D

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

Shades of Sapling #DFD49D

Tints of Sapling #DFD49D

Color information

#DFD49D (or 0xDFD49D) is unknown color: approx Sapling. HEX triplet: DF, D4 and 9D. RGB value is (223,212,157). Sum of RGB (Red+Green+Blue) = 223+212+157=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49D is #202B62. Grayscale: #D1D1D1. Windows color (decimal): -2108259 or 10343647. OLE color: 10343647.

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

Color convert

RGB223212157-
CMYK00.050.300.13
HSL50º50.77%74.51%-
HSV(B)50º29.6%87.45%-
XYZ60.0665.2141.32-
YUV209.0298.64137.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 157 (61.72% from 255) = 26.52%
R=37.67%
G=35.81%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321215700.050.300.135050.7774.51
HexDFD49D051ED32334b
Octal3373242350536156263113
Binary11011111110101001001110101011111011011100101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD49D; }

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

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

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

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

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

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

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

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