Shades of Sandwisp #DDCD8E
Tints of Sandwisp #DDCD8E
RGB
CMYK
RGB Variations
Color information
#DDCD8E (or 0xDDCD8E) is known color: Sandwisp. HEX triplet: DD, CD and 8E. RGB value is (221,205,142). Sum of RGB (Red+Green+Blue) = 221+205+142=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD8E is #223271. Grayscale: #CACACA. Windows color (decimal): -2241138 or 9358813. OLE color: 9358813.
HSL color Cylindrical-coordinate representation of color #DDCD8E: hue angle of 47.85º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDCD8E is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 142 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.13 |
| HSL | 47.85º | 0.54% | 0.71% | - |
| HSV(B) | 47.85º | 0.36% | 0.87% | - |
| XYZ | 56.53 | 60.99 | 34.38 | - |
| YUV | 202.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 142 | 0 | 0.07 | 0.36 | 0.13 | 47.85 | 0.54 | 0.71 |
| Hex | DD | CD | 8E | 0 | 7 | 24 | D | 30 | 36 | 47 |
| Octal | 335 | 315 | 216 | 0 | 7 | 44 | 15 | 60 | 66 | 107 |
| Binary | 11011101 | 11001101 | 10001110 | 0 | 111 | 100100 | 1101 | 110000 | 110110 | 1000111 |
Color Harmonies of #DDCD8E
Complementary color
Monochromatic Colors of #DDCD8E
Black with #DDCD8E
Text Example
Text Example
White with #DDCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD8E; }
p { color: rgb(221,205,142); }
H1.HeaderClassName
{
color: #DDCD8E;
}
.AnyTagClassName
{
color: #DDCD8E;
}
</style>
background-color css
<style>
a { background-color: #DDCD8E; }
a { background-color: rgb(221,205,142); }
div.DivClassName
{
background-color: #DDCD8E;
}
.BgClassName
{
background-color: #DDCD8E;
}
</style>
border-color css
<style>
span { border-color: #DDCD8E; }
span { border-color: rgb(221,205,142); }
td.TdClassName
{
border-color: #DDCD8E;
}
.TagClassName
{
border-color: #DDCD8E;
}
</style>