#DFD3A1

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

Shades of Sapling #DFD3A1

Tints of Sapling #DFD3A1

Color information

#DFD3A1 (or 0xDFD3A1) is unknown color: approx Sapling. HEX triplet: DF, D3 and A1. RGB value is (223,211,161). Sum of RGB (Red+Green+Blue) = 223+211+161=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3A1 is #202C5E. Grayscale: #D1D1D1. Windows color (decimal): -2108511 or 10605535. OLE color: 10605535.

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

Color convert

RGB223211161-
CMYK00.050.280.13
HSL48.39º49.21%75.29%-
HSV(B)48.39º27.8%87.45%-
XYZ60.1664.8543.06-
YUV208.89100.98138.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=37.48%
G=35.46%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321116100.050.280.1348.3949.2175.29
HexDFD3A1051CD30314b
Octal3373232410534156061113
Binary11011111110100111010000101011110011011100001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3A1; }

 p { color: rgb(223,211,161); }

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

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

 a { background-color: rgb(223,211,161); }

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

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

 span { border-color: rgb(223,211,161); }

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