Shades of Sandwisp #DDCC8E
Tints of Sandwisp #DDCC8E
RGB
CMYK
RGB Variations
Color information
#DDCC8E (or 0xDDCC8E) is known color: Sandwisp. HEX triplet: DD, CC and 8E. RGB value is (221,204,142). Sum of RGB (Red+Green+Blue) = 221+204+142=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC8E is #223371. Grayscale: #CACACA. Windows color (decimal): -2241394 or 9358557. OLE color: 9358557.
HSL color Cylindrical-coordinate representation of color #DDCC8E: hue angle of 47.09º 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 #DDCC8E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 142 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.13 |
| HSL | 47.09º | 0.54% | 0.71% | - |
| HSV(B) | 47.09º | 0.36% | 0.87% | - |
| XYZ | 56.29 | 60.51 | 34.3 | - |
| YUV | 202.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 142 | 0 | 0.08 | 0.36 | 0.13 | 47.09 | 0.54 | 0.71 |
| Hex | DD | CC | 8E | 0 | 8 | 24 | D | 2F | 36 | 47 |
| Octal | 335 | 314 | 216 | 0 | 10 | 44 | 15 | 57 | 66 | 107 |
| Binary | 11011101 | 11001100 | 10001110 | 0 | 1000 | 100100 | 1101 | 101111 | 110110 | 1000111 |
Color Harmonies of #DDCC8E
Complementary color
Monochromatic Colors of #DDCC8E
Black with #DDCC8E
Text Example
Text Example
White with #DDCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC8E; }
p { color: rgb(221,204,142); }
H1.HeaderClassName
{
color: #DDCC8E;
}
.AnyTagClassName
{
color: #DDCC8E;
}
</style>
background-color css
<style>
a { background-color: #DDCC8E; }
a { background-color: rgb(221,204,142); }
div.DivClassName
{
background-color: #DDCC8E;
}
.BgClassName
{
background-color: #DDCC8E;
}
</style>
border-color css
<style>
span { border-color: #DDCC8E; }
span { border-color: rgb(221,204,142); }
td.TdClassName
{
border-color: #DDCC8E;
}
.TagClassName
{
border-color: #DDCC8E;
}
</style>