Shades of Sandwisp #DDCB77
Tints of Sandwisp #DDCB77
RGB
CMYK
RGB Variations
Color information
#DDCB77 (or 0xDDCB77) is known color: Sandwisp. HEX triplet: DD, CB and 77. RGB value is (221,203,119). Sum of RGB (Red+Green+Blue) = 221+203+119=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB77 is #223488. Grayscale: #C7C7C7. Windows color (decimal): -2241673 or 7850973. OLE color: 7850973.
HSL color Cylindrical-coordinate representation of color #DDCB77: hue angle of 49.41º 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 #DDCB77 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 119 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.13 |
| HSL | 49.41º | 0.6% | 0.67% | - |
| HSV(B) | 49.41º | 0.46% | 0.87% | - |
| XYZ | 54.5 | 59.42 | 26.05 | - |
| YUV | 198.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 119 | 0 | 0.08 | 0.46 | 0.13 | 49.41 | 0.6 | 0.67 |
| Hex | DD | CB | 77 | 0 | 8 | 2E | D | 31 | 3C | 43 |
| Octal | 335 | 313 | 167 | 0 | 10 | 56 | 15 | 61 | 74 | 103 |
| Binary | 11011101 | 11001011 | 1110111 | 0 | 1000 | 101110 | 1101 | 110001 | 111100 | 1000011 |
Color Harmonies of #DDCB77
Complementary color
Monochromatic Colors of #DDCB77
Black with #DDCB77
Text Example
Text Example
White with #DDCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB77; }
p { color: rgb(221,203,119); }
H1.HeaderClassName
{
color: #DDCB77;
}
.AnyTagClassName
{
color: #DDCB77;
}
</style>
background-color css
<style>
a { background-color: #DDCB77; }
a { background-color: rgb(221,203,119); }
div.DivClassName
{
background-color: #DDCB77;
}
.BgClassName
{
background-color: #DDCB77;
}
</style>
border-color css
<style>
span { border-color: #DDCB77; }
span { border-color: rgb(221,203,119); }
td.TdClassName
{
border-color: #DDCB77;
}
.TagClassName
{
border-color: #DDCB77;
}
</style>