#DFD4A2

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

Shades of Sapling #DFD4A2

Tints of Sapling #DFD4A2

Color information

#DFD4A2 (or 0xDFD4A2) is unknown color: approx Sapling. HEX triplet: DF, D4 and A2. RGB value is (223,212,162). Sum of RGB (Red+Green+Blue) = 223+212+162=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4A2 is #202B5D. Grayscale: #D1D1D1. Windows color (decimal): -2108254 or 10671327. OLE color: 10671327.

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

Color convert

RGB223212162-
CMYK00.050.270.13
HSL49.18º48.8%75.49%-
HSV(B)49.18º27.35%87.45%-
XYZ60.565.3843.61-
YUV209.59101.14137.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 162 (63.67% from 255) = 27.14%
R=37.35%
G=35.51%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321216200.050.270.1349.1848.875.49
HexDFD4A2051BD31314b
Octal3373242420533156161113
Binary11011111110101001010001001011101111011100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4A2; }

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

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

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

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

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

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

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

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