Shades of Sandwisp #DDC97B
Tints of Sandwisp #DDC97B
RGB
CMYK
RGB Variations
Color information
#DDC97B (or 0xDDC97B) is known color: Sandwisp. HEX triplet: DD, C9 and 7B. RGB value is (221,201,123). Sum of RGB (Red+Green+Blue) = 221+201+123=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC97B is #223684. Grayscale: #C6C6C6. Windows color (decimal): -2242181 or 8112605. OLE color: 8112605.
HSL color Cylindrical-coordinate representation of color #DDC97B: hue angle of 47.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC97B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 123 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.13 |
| HSL | 47.76º | 0.59% | 0.67% | - |
| HSV(B) | 47.76º | 0.44% | 0.87% | - |
| XYZ | 54.28 | 58.58 | 27.18 | - |
| YUV | 198.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 123 | 0 | 0.09 | 0.44 | 0.13 | 47.76 | 0.59 | 0.67 |
| Hex | DD | C9 | 7B | 0 | 9 | 2C | D | 30 | 3B | 43 |
| Octal | 335 | 311 | 173 | 0 | 11 | 54 | 15 | 60 | 73 | 103 |
| Binary | 11011101 | 11001001 | 1111011 | 0 | 1001 | 101100 | 1101 | 110000 | 111011 | 1000011 |
Color Harmonies of #DDC97B
Complementary color
Monochromatic Colors of #DDC97B
Black with #DDC97B
Text Example
Text Example
White with #DDC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC97B; }
p { color: rgb(221,201,123); }
H1.HeaderClassName
{
color: #DDC97B;
}
.AnyTagClassName
{
color: #DDC97B;
}
</style>
background-color css
<style>
a { background-color: #DDC97B; }
a { background-color: rgb(221,201,123); }
div.DivClassName
{
background-color: #DDC97B;
}
.BgClassName
{
background-color: #DDC97B;
}
</style>
border-color css
<style>
span { border-color: #DDC97B; }
span { border-color: rgb(221,201,123); }
td.TdClassName
{
border-color: #DDC97B;
}
.TagClassName
{
border-color: #DDC97B;
}
</style>