Shades of Sandwisp #DDC98D
Tints of Sandwisp #DDC98D
RGB
CMYK
RGB Variations
Color information
#DDC98D (or 0xDDC98D) is known color: Sandwisp. HEX triplet: DD, C9 and 8D. RGB value is (221,201,141). Sum of RGB (Red+Green+Blue) = 221+201+141=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC98D is #223672. Grayscale: #C8C8C8. Windows color (decimal): -2242163 or 9292253. OLE color: 9292253.
HSL color Cylindrical-coordinate representation of color #DDC98D: hue angle of 45º 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 #DDC98D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 141 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.13 |
| HSL | 45º | 0.54% | 0.71% | - |
| HSV(B) | 45º | 0.36% | 0.87% | - |
| XYZ | 55.51 | 59.07 | 33.67 | - |
| YUV | 200.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 141 | 0 | 0.09 | 0.36 | 0.13 | 45 | 0.54 | 0.71 |
| Hex | DD | C9 | 8D | 0 | 9 | 24 | D | 2D | 36 | 47 |
| Octal | 335 | 311 | 215 | 0 | 11 | 44 | 15 | 55 | 66 | 107 |
| Binary | 11011101 | 11001001 | 10001101 | 0 | 1001 | 100100 | 1101 | 101101 | 110110 | 1000111 |
Color Harmonies of #DDC98D
Complementary color
Monochromatic Colors of #DDC98D
Black with #DDC98D
Text Example
Text Example
White with #DDC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC98D; }
p { color: rgb(221,201,141); }
H1.HeaderClassName
{
color: #DDC98D;
}
.AnyTagClassName
{
color: #DDC98D;
}
</style>
background-color css
<style>
a { background-color: #DDC98D; }
a { background-color: rgb(221,201,141); }
div.DivClassName
{
background-color: #DDC98D;
}
.BgClassName
{
background-color: #DDC98D;
}
</style>
border-color css
<style>
span { border-color: #DDC98D; }
span { border-color: rgb(221,201,141); }
td.TdClassName
{
border-color: #DDC98D;
}
.TagClassName
{
border-color: #DDC98D;
}
</style>