Shades of Sandwisp #DDD17F
Tints of Sandwisp #DDD17F
RGB
CMYK
RGB Variations
Color information
#DDD17F (or 0xDDD17F) is known color: Sandwisp. HEX triplet: DD, D1 and 7F. RGB value is (221,209,127). Sum of RGB (Red+Green+Blue) = 221+209+127=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD17F is #222E80. Grayscale: #CBCBCB. Windows color (decimal): -2240129 or 8376797. OLE color: 8376797.
HSL color Cylindrical-coordinate representation of color #DDD17F: hue angle of 52.34º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD17F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 127 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.13 |
| HSL | 52.34º | 0.58% | 0.68% | - |
| HSV(B) | 52.34º | 0.43% | 0.87% | - |
| XYZ | 56.45 | 62.51 | 29.17 | - |
| YUV | 203.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 127 | 0 | 0.05 | 0.43 | 0.13 | 52.34 | 0.58 | 0.68 |
| Hex | DD | D1 | 7F | 0 | 5 | 2B | D | 34 | 3A | 44 |
| Octal | 335 | 321 | 177 | 0 | 5 | 53 | 15 | 64 | 72 | 104 |
| Binary | 11011101 | 11010001 | 1111111 | 0 | 101 | 101011 | 1101 | 110100 | 111010 | 1000100 |
Color Harmonies of #DDD17F
Complementary color
Monochromatic Colors of #DDD17F
Black with #DDD17F
Text Example
Text Example
White with #DDD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD17F; }
p { color: rgb(221,209,127); }
H1.HeaderClassName
{
color: #DDD17F;
}
.AnyTagClassName
{
color: #DDD17F;
}
</style>
background-color css
<style>
a { background-color: #DDD17F; }
a { background-color: rgb(221,209,127); }
div.DivClassName
{
background-color: #DDD17F;
}
.BgClassName
{
background-color: #DDD17F;
}
</style>
border-color css
<style>
span { border-color: #DDD17F; }
span { border-color: rgb(221,209,127); }
td.TdClassName
{
border-color: #DDD17F;
}
.TagClassName
{
border-color: #DDD17F;
}
</style>