#DDD1AD

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

Shades of Sapling #DDD1AD

Tints of Sapling #DDD1AD

Color information

#DDD1AD (or 0xDDD1AD) is unknown color: approx Sapling. HEX triplet: DD, D1 and AD. RGB value is (221,209,173). Sum of RGB (Red+Green+Blue) = 221+209+173=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AD is #222E52. Grayscale: #D0D0D0. Windows color (decimal): -2240083 or 11391453. OLE color: 11391453.

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

Color convert

RGB221209173-
CMYK00.050.220.13
HSL45º41.38%77.25%-
HSV(B)45º21.72%86.67%-
XYZ60.1663.9948.72-
YUV208.48107.98136.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=36.65%
G=34.66%
B=28.69%

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
Decimal22120917300.050.220.134541.3877.25
HexDDD1AD0516D2d294d
Octal3353212550526155551115
Binary11011101110100011010110101011011011011011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1AD; }

 p { color: rgb(221,209,173); }

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

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

 a { background-color: rgb(221,209,173); }

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

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

 span { border-color: rgb(221,209,173); }

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