#DFD3AF

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

Shades of Sapling #DFD3AF

Tints of Sapling #DFD3AF

Color information

#DFD3AF (or 0xDFD3AF) is unknown color: approx Sapling. HEX triplet: DF, D3 and AF. RGB value is (223,211,175). Sum of RGB (Red+Green+Blue) = 223+211+175=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AF is #202C50. Grayscale: #D2D2D2. Windows color (decimal): -2108497 or 11523039. OLE color: 11523039.

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

Color convert

RGB223211175-
CMYK00.050.220.13
HSL45º42.86%78.04%-
HSV(B)45º21.52%87.45%-
XYZ61.4665.3749.94-
YUV210.48107.98136.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 211 (82.81% from 255) = 34.65%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=36.62%
G=34.65%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321117500.050.220.134542.8678.04
HexDFD3AF0516D2d2b4e
Octal3373232570526155553116
Binary11011111110100111010111101011011011011011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3AF; }

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

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

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

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

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

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

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

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