#DFD29F

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

Shades of Sapling #DFD29F

Tints of Sapling #DFD29F

Color information

#DFD29F (or 0xDFD29F) is unknown color: approx Sapling. HEX triplet: DF, D2 and 9F. RGB value is (223,210,159). Sum of RGB (Red+Green+Blue) = 223+210+159=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD29F is #202D60. Grayscale: #D0D0D0. Windows color (decimal): -2108769 or 10474207. OLE color: 10474207.

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

Color convert

RGB223210159-
CMYK00.060.290.13
HSL47.81º50%74.9%-
HSV(B)47.81º28.7%87.45%-
XYZ59.7464.2842.06-
YUV208.07100.31138.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=37.67%
G=35.47%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321015900.060.290.1347.815074.9
HexDFD29F061DD30324b
Octal3373222370635156062113
Binary11011111110100101001111101101110111011100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD29F; }

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

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

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

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

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

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

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

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