Shades of Sandwisp #DDCC79
Tints of Sandwisp #DDCC79
RGB
CMYK
RGB Variations
Color information
#DDCC79 (or 0xDDCC79) is known color: Sandwisp. HEX triplet: DD, CC and 79. RGB value is (221,204,121). Sum of RGB (Red+Green+Blue) = 221+204+121=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC79 is #223386. Grayscale: #C7C7C7. Windows color (decimal): -2241415 or 7982301. OLE color: 7982301.
HSL color Cylindrical-coordinate representation of color #DDCC79: hue angle of 49.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDCC79 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 121 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.13 |
| HSL | 49.8º | 0.6% | 0.67% | - |
| HSV(B) | 49.8º | 0.45% | 0.87% | - |
| XYZ | 54.86 | 59.94 | 26.77 | - |
| YUV | 199.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 121 | 0 | 0.08 | 0.45 | 0.13 | 49.8 | 0.6 | 0.67 |
| Hex | DD | CC | 79 | 0 | 8 | 2D | D | 32 | 3C | 43 |
| Octal | 335 | 314 | 171 | 0 | 10 | 55 | 15 | 62 | 74 | 103 |
| Binary | 11011101 | 11001100 | 1111001 | 0 | 1000 | 101101 | 1101 | 110010 | 111100 | 1000011 |
Color Harmonies of #DDCC79
Complementary color
Monochromatic Colors of #DDCC79
Black with #DDCC79
Text Example
Text Example
White with #DDCC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC79; }
p { color: rgb(221,204,121); }
H1.HeaderClassName
{
color: #DDCC79;
}
.AnyTagClassName
{
color: #DDCC79;
}
</style>
background-color css
<style>
a { background-color: #DDCC79; }
a { background-color: rgb(221,204,121); }
div.DivClassName
{
background-color: #DDCC79;
}
.BgClassName
{
background-color: #DDCC79;
}
</style>
border-color css
<style>
span { border-color: #DDCC79; }
span { border-color: rgb(221,204,121); }
td.TdClassName
{
border-color: #DDCC79;
}
.TagClassName
{
border-color: #DDCC79;
}
</style>