Shades of Sandwisp #DDCE89
Tints of Sandwisp #DDCE89
RGB
CMYK
RGB Variations
Color information
#DDCE89 (or 0xDDCE89) is known color: Sandwisp. HEX triplet: DD, CE and 89. RGB value is (221,206,137). Sum of RGB (Red+Green+Blue) = 221+206+137=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE89 is #223176. Grayscale: #CACACA. Windows color (decimal): -2240887 or 9031389. OLE color: 9031389.
HSL color Cylindrical-coordinate representation of color #DDCE89: hue angle of 49.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDCE89 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 137 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.13 |
| HSL | 49.29º | 0.55% | 0.7% | - |
| HSV(B) | 49.29º | 0.38% | 0.87% | - |
| XYZ | 56.41 | 61.32 | 32.53 | - |
| YUV | 202.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 137 | 0 | 0.07 | 0.38 | 0.13 | 49.29 | 0.55 | 0.7 |
| Hex | DD | CE | 89 | 0 | 7 | 26 | D | 31 | 37 | 46 |
| Octal | 335 | 316 | 211 | 0 | 7 | 46 | 15 | 61 | 67 | 106 |
| Binary | 11011101 | 11001110 | 10001001 | 0 | 111 | 100110 | 1101 | 110001 | 110111 | 1000110 |
Color Harmonies of #DDCE89
Complementary color
Monochromatic Colors of #DDCE89
Black with #DDCE89
Text Example
Text Example
White with #DDCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE89; }
p { color: rgb(221,206,137); }
H1.HeaderClassName
{
color: #DDCE89;
}
.AnyTagClassName
{
color: #DDCE89;
}
</style>
background-color css
<style>
a { background-color: #DDCE89; }
a { background-color: rgb(221,206,137); }
div.DivClassName
{
background-color: #DDCE89;
}
.BgClassName
{
background-color: #DDCE89;
}
</style>
border-color css
<style>
span { border-color: #DDCE89; }
span { border-color: rgb(221,206,137); }
td.TdClassName
{
border-color: #DDCE89;
}
.TagClassName
{
border-color: #DDCE89;
}
</style>