#DFD49C

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

Shades of Sapling #DFD49C

Tints of Sapling #DFD49C

Color information

#DFD49C (or 0xDFD49C) is unknown color: approx Sapling. HEX triplet: DF, D4 and 9C. RGB value is (223,212,156). Sum of RGB (Red+Green+Blue) = 223+212+156=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49C is #202B63. Grayscale: #D1D1D1. Windows color (decimal): -2108260 or 10278111. OLE color: 10278111.

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

Color convert

RGB223212156-
CMYK00.050.300.13
HSL50.15º51.15%74.31%-
HSV(B)50.15º30.04%87.45%-
XYZ59.9865.1840.87-
YUV208.998.14138.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=37.73%
G=35.87%
B=26.40%

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
Decimal22321215600.050.300.1350.1551.1574.31
HexDFD49C051ED32334a
Octal3373242340536156263112
Binary11011111110101001001110001011111011011100101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD49C; }

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

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

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

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

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

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

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

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