Shades of Sandwisp #DDCE84
Tints of Sandwisp #DDCE84
RGB
CMYK
RGB Variations
Color information
#DDCE84 (or 0xDDCE84) is known color: Sandwisp. HEX triplet: DD, CE and 84. RGB value is (221,206,132). Sum of RGB (Red+Green+Blue) = 221+206+132=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE84 is #22317B. Grayscale: #CACACA. Windows color (decimal): -2240892 or 8703709. OLE color: 8703709.
HSL color Cylindrical-coordinate representation of color #DDCE84: hue angle of 49.89º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDCE84 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 132 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.13 |
| HSL | 49.89º | 0.57% | 0.69% | - |
| HSV(B) | 49.89º | 0.4% | 0.87% | - |
| XYZ | 56.05 | 61.18 | 30.68 | - |
| YUV | 202.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 132 | 0 | 0.07 | 0.40 | 0.13 | 49.89 | 0.57 | 0.69 |
| Hex | DD | CE | 84 | 0 | 7 | 28 | D | 32 | 39 | 45 |
| Octal | 335 | 316 | 204 | 0 | 7 | 50 | 15 | 62 | 71 | 105 |
| Binary | 11011101 | 11001110 | 10000100 | 0 | 111 | 101000 | 1101 | 110010 | 111001 | 1000101 |
Color Harmonies of #DDCE84
Complementary color
Monochromatic Colors of #DDCE84
Black with #DDCE84
Text Example
Text Example
White with #DDCE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE84; }
p { color: rgb(221,206,132); }
H1.HeaderClassName
{
color: #DDCE84;
}
.AnyTagClassName
{
color: #DDCE84;
}
</style>
background-color css
<style>
a { background-color: #DDCE84; }
a { background-color: rgb(221,206,132); }
div.DivClassName
{
background-color: #DDCE84;
}
.BgClassName
{
background-color: #DDCE84;
}
</style>
border-color css
<style>
span { border-color: #DDCE84; }
span { border-color: rgb(221,206,132); }
td.TdClassName
{
border-color: #DDCE84;
}
.TagClassName
{
border-color: #DDCE84;
}
</style>