#DFD49E

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

Shades of Sapling #DFD49E

Tints of Sapling #DFD49E

Color information

#DFD49E (or 0xDFD49E) is unknown color: approx Sapling. HEX triplet: DF, D4 and 9E. RGB value is (223,212,158). Sum of RGB (Red+Green+Blue) = 223+212+158=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49E is #202B61. Grayscale: #D1D1D1. Windows color (decimal): -2108258 or 10409183. OLE color: 10409183.

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

Color convert

RGB223212158-
CMYK00.050.290.13
HSL49.85º50.39%74.71%-
HSV(B)49.85º29.15%87.45%-
XYZ60.1565.2441.77-
YUV209.1399.14137.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 212 (83.20% from 255) = 35.75%
BLUE value IS 158 (62.11% from 255) = 26.64%
R=37.61%
G=35.75%
B=26.64%

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
Decimal22321215800.050.290.1349.8550.3974.71
HexDFD49E051DD32324b
Octal3373242360535156262113
Binary11011111110101001001111001011110111011100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD49E; }

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

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

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

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

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

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

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

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