Shades of Sandwisp #DDCB76
Tints of Sandwisp #DDCB76
RGB
CMYK
RGB Variations
Color information
#DDCB76 (or 0xDDCB76) is known color: Sandwisp. HEX triplet: DD, CB and 76. RGB value is (221,203,118). Sum of RGB (Red+Green+Blue) = 221+203+118=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB76 is #223489. Grayscale: #C7C7C7. Windows color (decimal): -2241674 or 7785437. OLE color: 7785437.
HSL color Cylindrical-coordinate representation of color #DDCB76: hue angle of 49.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDCB76 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 118 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.13 |
| HSL | 49.51º | 0.6% | 0.66% | - |
| HSV(B) | 49.51º | 0.47% | 0.87% | - |
| XYZ | 54.44 | 59.39 | 25.73 | - |
| YUV | 198.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 118 | 0 | 0.08 | 0.47 | 0.13 | 49.51 | 0.6 | 0.66 |
| Hex | DD | CB | 76 | 0 | 8 | 2F | D | 32 | 3C | 42 |
| Octal | 335 | 313 | 166 | 0 | 10 | 57 | 15 | 62 | 74 | 102 |
| Binary | 11011101 | 11001011 | 1110110 | 0 | 1000 | 101111 | 1101 | 110010 | 111100 | 1000010 |
Color Harmonies of #DDCB76
Complementary color
Monochromatic Colors of #DDCB76
Black with #DDCB76
Text Example
Text Example
White with #DDCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB76; }
p { color: rgb(221,203,118); }
H1.HeaderClassName
{
color: #DDCB76;
}
.AnyTagClassName
{
color: #DDCB76;
}
</style>
background-color css
<style>
a { background-color: #DDCB76; }
a { background-color: rgb(221,203,118); }
div.DivClassName
{
background-color: #DDCB76;
}
.BgClassName
{
background-color: #DDCB76;
}
</style>
border-color css
<style>
span { border-color: #DDCB76; }
span { border-color: rgb(221,203,118); }
td.TdClassName
{
border-color: #DDCB76;
}
.TagClassName
{
border-color: #DDCB76;
}
</style>