Shades of Sandwisp #DDCD78
Tints of Sandwisp #DDCD78
RGB
CMYK
RGB Variations
Color information
#DDCD78 (or 0xDDCD78) is known color: Sandwisp. HEX triplet: DD, CD and 78. RGB value is (221,205,120). Sum of RGB (Red+Green+Blue) = 221+205+120=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD78 is #223287. Grayscale: #C8C8C8. Windows color (decimal): -2241160 or 7917021. OLE color: 7917021.
HSL color Cylindrical-coordinate representation of color #DDCD78: hue angle of 50.5º 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 #DDCD78 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 120 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.13 |
| HSL | 50.5º | 0.6% | 0.67% | - |
| HSV(B) | 50.5º | 0.46% | 0.87% | - |
| XYZ | 55.04 | 60.39 | 26.52 | - |
| YUV | 200.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 120 | 0 | 0.07 | 0.46 | 0.13 | 50.5 | 0.6 | 0.67 |
| Hex | DD | CD | 78 | 0 | 7 | 2E | D | 32 | 3C | 43 |
| Octal | 335 | 315 | 170 | 0 | 7 | 56 | 15 | 62 | 74 | 103 |
| Binary | 11011101 | 11001101 | 1111000 | 0 | 111 | 101110 | 1101 | 110010 | 111100 | 1000011 |
Color Harmonies of #DDCD78
Complementary color
Monochromatic Colors of #DDCD78
Black with #DDCD78
Text Example
Text Example
White with #DDCD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD78; }
p { color: rgb(221,205,120); }
H1.HeaderClassName
{
color: #DDCD78;
}
.AnyTagClassName
{
color: #DDCD78;
}
</style>
background-color css
<style>
a { background-color: #DDCD78; }
a { background-color: rgb(221,205,120); }
div.DivClassName
{
background-color: #DDCD78;
}
.BgClassName
{
background-color: #DDCD78;
}
</style>
border-color css
<style>
span { border-color: #DDCD78; }
span { border-color: rgb(221,205,120); }
td.TdClassName
{
border-color: #DDCD78;
}
.TagClassName
{
border-color: #DDCD78;
}
</style>