Shades of Sandwisp #DDC97F
Tints of Sandwisp #DDC97F
RGB
CMYK
RGB Variations
Color information
#DDC97F (or 0xDDC97F) is known color: Sandwisp. HEX triplet: DD, C9 and 7F. RGB value is (221,201,127). Sum of RGB (Red+Green+Blue) = 221+201+127=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC97F is #223680. Grayscale: #C6C6C6. Windows color (decimal): -2242177 or 8374749. OLE color: 8374749.
HSL color Cylindrical-coordinate representation of color #DDC97F: hue angle of 47.23º 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 #DDC97F is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 127 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 47.23º | 0.58% | 0.68% | - |
| HSV(B) | 47.23º | 0.43% | 0.87% | - |
| XYZ | 54.54 | 58.68 | 28.53 | - |
| YUV | 198.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 127 | 0 | 0.09 | 0.43 | 0.13 | 47.23 | 0.58 | 0.68 |
| Hex | DD | C9 | 7F | 0 | 9 | 2B | D | 2F | 3A | 44 |
| Octal | 335 | 311 | 177 | 0 | 11 | 53 | 15 | 57 | 72 | 104 |
| Binary | 11011101 | 11001001 | 1111111 | 0 | 1001 | 101011 | 1101 | 101111 | 111010 | 1000100 |
Color Harmonies of #DDC97F
Complementary color
Monochromatic Colors of #DDC97F
Black with #DDC97F
Text Example
Text Example
White with #DDC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC97F; }
p { color: rgb(221,201,127); }
H1.HeaderClassName
{
color: #DDC97F;
}
.AnyTagClassName
{
color: #DDC97F;
}
</style>
background-color css
<style>
a { background-color: #DDC97F; }
a { background-color: rgb(221,201,127); }
div.DivClassName
{
background-color: #DDC97F;
}
.BgClassName
{
background-color: #DDC97F;
}
</style>
border-color css
<style>
span { border-color: #DDC97F; }
span { border-color: rgb(221,201,127); }
td.TdClassName
{
border-color: #DDC97F;
}
.TagClassName
{
border-color: #DDC97F;
}
</style>