Shades of Pale Chestnut #DDA6AF
Tints of Pale Chestnut #DDA6AF
RGB
CMYK
RGB Variations
Color information
#DDA6AF (or 0xDDA6AF) is known color: Pale Chestnut. HEX triplet: DD, A6 and AF. RGB value is (221,166,175). Sum of RGB (Red+Green+Blue) = 221+166+175=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6AF is #225950. Grayscale: #B7B7B7. Windows color (decimal): -2251089 or 11511517. OLE color: 11511517.
HSL color Cylindrical-coordinate representation of color #DDA6AF: hue angle of 350.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6AF is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 166 | 175 | - |
CMYK | 0 | 0.25 | 0.21 | 0.13 |
HSL | 350.18º | 0.45% | 0.76% | - |
HSV(B) | 350.18º | 0.25% | 0.87% | - |
XYZ | 51.19 | 45.74 | 46.69 | - |
YUV | 183.47 | 123.22 | 154.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 166 | 175 | 0 | 0.25 | 0.21 | 0.13 | 350.18 | 0.45 | 0.76 |
Hex | DD | A6 | AF | 0 | 19 | 15 | D | 15E | 2D | 4C |
Octal | 335 | 246 | 257 | 0 | 31 | 25 | 15 | 536 | 55 | 114 |
Binary | 11011101 | 10100110 | 10101111 | 0 | 11001 | 10101 | 1101 | 101011110 | 101101 | 1001100 |
Color Harmonies of #DDA6AF
Complementary color
Monochromatic Colors of #DDA6AF
Black with #DDA6AF
Text Example
Text Example
White with #DDA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6AF; }
p { color: rgb(221,166,175); }
H1.HeaderClassName
{
color: #DDA6AF;
}
.AnyTagClassName
{
color: #DDA6AF;
}
</style>
background-color css
<style>
a { background-color: #DDA6AF; }
a { background-color: rgb(221,166,175); }
div.DivClassName
{
background-color: #DDA6AF;
}
.BgClassName
{
background-color: #DDA6AF;
}
</style>
border-color css
<style>
span { border-color: #DDA6AF; }
span { border-color: rgb(221,166,175); }
td.TdClassName
{
border-color: #DDA6AF;
}
.TagClassName
{
border-color: #DDA6AF;
}
</style>