Shades of Sandwisp #DDCB78
Tints of Sandwisp #DDCB78
RGB
CMYK
RGB Variations
Color information
#DDCB78 (or 0xDDCB78) is known color: Sandwisp. HEX triplet: DD, CB and 78. RGB value is (221,203,120). Sum of RGB (Red+Green+Blue) = 221+203+120=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB78 is #223487. Grayscale: #C7C7C7. Windows color (decimal): -2241672 or 7916509. OLE color: 7916509.
HSL color Cylindrical-coordinate representation of color #DDCB78: hue angle of 49.31º 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 #DDCB78 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 120 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.13 |
| HSL | 49.31º | 0.6% | 0.67% | - |
| HSV(B) | 49.31º | 0.46% | 0.87% | - |
| XYZ | 54.56 | 59.44 | 26.37 | - |
| YUV | 198.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 120 | 0 | 0.08 | 0.46 | 0.13 | 49.31 | 0.6 | 0.67 |
| Hex | DD | CB | 78 | 0 | 8 | 2E | D | 31 | 3C | 43 |
| Octal | 335 | 313 | 170 | 0 | 10 | 56 | 15 | 61 | 74 | 103 |
| Binary | 11011101 | 11001011 | 1111000 | 0 | 1000 | 101110 | 1101 | 110001 | 111100 | 1000011 |
Color Harmonies of #DDCB78
Complementary color
Monochromatic Colors of #DDCB78
Black with #DDCB78
Text Example
Text Example
White with #DDCB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB78; }
p { color: rgb(221,203,120); }
H1.HeaderClassName
{
color: #DDCB78;
}
.AnyTagClassName
{
color: #DDCB78;
}
</style>
background-color css
<style>
a { background-color: #DDCB78; }
a { background-color: rgb(221,203,120); }
div.DivClassName
{
background-color: #DDCB78;
}
.BgClassName
{
background-color: #DDCB78;
}
</style>
border-color css
<style>
span { border-color: #DDCB78; }
span { border-color: rgb(221,203,120); }
td.TdClassName
{
border-color: #DDCB78;
}
.TagClassName
{
border-color: #DDCB78;
}
</style>