Shades of Sapling #DDD4AF
Tints of Sapling #DDD4AF
RGB
CMYK
RGB Variations
Color information
#DDD4AF (or 0xDDD4AF) is known color: Sapling. HEX triplet: DD, D4 and AF. RGB value is (221,212,175). Sum of RGB (Red+Green+Blue) = 221+212+175=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AF is #222B50. Grayscale: #D2D2D2. Windows color (decimal): -2239313 or 11523293. OLE color: 11523293.
HSL color Cylindrical-coordinate representation of color #DDD4AF: hue angle of 48.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD4AF is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 175 | - |
CMYK | 0 | 0.04 | 0.21 | 0.13 |
HSL | 48.26º | 0.4% | 0.78% | - |
HSV(B) | 48.26º | 0.21% | 0.87% | - |
XYZ | 61.1 | 65.55 | 49.99 | - |
YUV | 210.47 | 107.98 | 135.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 175 | 0 | 0.04 | 0.21 | 0.13 | 48.26 | 0.4 | 0.78 |
Hex | DD | D4 | AF | 0 | 4 | 15 | D | 30 | 28 | 4E |
Octal | 335 | 324 | 257 | 0 | 4 | 25 | 15 | 60 | 50 | 116 |
Binary | 11011101 | 11010100 | 10101111 | 0 | 100 | 10101 | 1101 | 110000 | 101000 | 1001110 |
Color Harmonies of #DDD4AF
Complementary color
Monochromatic Colors of #DDD4AF
Black with #DDD4AF
Text Example
Text Example
White with #DDD4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4AF; }
p { color: rgb(221,212,175); }
H1.HeaderClassName
{
color: #DDD4AF;
}
.AnyTagClassName
{
color: #DDD4AF;
}
</style>
background-color css
<style>
a { background-color: #DDD4AF; }
a { background-color: rgb(221,212,175); }
div.DivClassName
{
background-color: #DDD4AF;
}
.BgClassName
{
background-color: #DDD4AF;
}
</style>
border-color css
<style>
span { border-color: #DDD4AF; }
span { border-color: rgb(221,212,175); }
td.TdClassName
{
border-color: #DDD4AF;
}
.TagClassName
{
border-color: #DDD4AF;
}
</style>