Shades of Sandwisp #DDCC77
Tints of Sandwisp #DDCC77
RGB
CMYK
RGB Variations
Color information
#DDCC77 (or 0xDDCC77) is known color: Sandwisp. HEX triplet: DD, CC and 77. RGB value is (221,204,119). Sum of RGB (Red+Green+Blue) = 221+204+119=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC77 is #223388. Grayscale: #C7C7C7. Windows color (decimal): -2241417 or 7851229. OLE color: 7851229.
HSL color Cylindrical-coordinate representation of color #DDCC77: hue angle of 50º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDCC77 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 119 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.13 |
| HSL | 50º | 0.6% | 0.67% | - |
| HSV(B) | 50º | 0.46% | 0.87% | - |
| XYZ | 54.74 | 59.89 | 26.13 | - |
| YUV | 199.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 119 | 0 | 0.08 | 0.46 | 0.13 | 50 | 0.6 | 0.67 |
| Hex | DD | CC | 77 | 0 | 8 | 2E | D | 32 | 3C | 43 |
| Octal | 335 | 314 | 167 | 0 | 10 | 56 | 15 | 62 | 74 | 103 |
| Binary | 11011101 | 11001100 | 1110111 | 0 | 1000 | 101110 | 1101 | 110010 | 111100 | 1000011 |
Color Harmonies of #DDCC77
Complementary color
Monochromatic Colors of #DDCC77
Black with #DDCC77
Text Example
Text Example
White with #DDCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC77; }
p { color: rgb(221,204,119); }
H1.HeaderClassName
{
color: #DDCC77;
}
.AnyTagClassName
{
color: #DDCC77;
}
</style>
background-color css
<style>
a { background-color: #DDCC77; }
a { background-color: rgb(221,204,119); }
div.DivClassName
{
background-color: #DDCC77;
}
.BgClassName
{
background-color: #DDCC77;
}
</style>
border-color css
<style>
span { border-color: #DDCC77; }
span { border-color: rgb(221,204,119); }
td.TdClassName
{
border-color: #DDCC77;
}
.TagClassName
{
border-color: #DDCC77;
}
</style>