Shades of Sandwisp #DDC98B
Tints of Sandwisp #DDC98B
RGB
CMYK
RGB Variations
Color information
#DDC98B (or 0xDDC98B) is known color: Sandwisp. HEX triplet: DD, C9 and 8B. RGB value is (221,201,139). Sum of RGB (Red+Green+Blue) = 221+201+139=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC98B is #223674. Grayscale: #C8C8C8. Windows color (decimal): -2242165 or 9161181. OLE color: 9161181.
HSL color Cylindrical-coordinate representation of color #DDC98B: hue angle of 45.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDC98B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 139 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.13 |
| HSL | 45.37º | 0.55% | 0.71% | - |
| HSV(B) | 45.37º | 0.37% | 0.87% | - |
| XYZ | 55.37 | 59.01 | 32.9 | - |
| YUV | 199.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 139 | 0 | 0.09 | 0.37 | 0.13 | 45.37 | 0.55 | 0.71 |
| Hex | DD | C9 | 8B | 0 | 9 | 25 | D | 2D | 37 | 47 |
| Octal | 335 | 311 | 213 | 0 | 11 | 45 | 15 | 55 | 67 | 107 |
| Binary | 11011101 | 11001001 | 10001011 | 0 | 1001 | 100101 | 1101 | 101101 | 110111 | 1000111 |
Color Harmonies of #DDC98B
Complementary color
Monochromatic Colors of #DDC98B
Black with #DDC98B
Text Example
Text Example
White with #DDC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC98B; }
p { color: rgb(221,201,139); }
H1.HeaderClassName
{
color: #DDC98B;
}
.AnyTagClassName
{
color: #DDC98B;
}
</style>
background-color css
<style>
a { background-color: #DDC98B; }
a { background-color: rgb(221,201,139); }
div.DivClassName
{
background-color: #DDC98B;
}
.BgClassName
{
background-color: #DDC98B;
}
</style>
border-color css
<style>
span { border-color: #DDC98B; }
span { border-color: rgb(221,201,139); }
td.TdClassName
{
border-color: #DDC98B;
}
.TagClassName
{
border-color: #DDC98B;
}
</style>