Shades of Sandwisp #DCCB88
Tints of Sandwisp #DCCB88
RGB
CMYK
RGB Variations
Color information
#DCCB88 (or 0xDCCB88) is known color: Sandwisp. HEX triplet: DC, CB and 88. RGB value is (220,203,136). Sum of RGB (Red+Green+Blue) = 220+203+136=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB88 is #233477. Grayscale: #C8C8C8. Windows color (decimal): -2307192 or 8965084. OLE color: 8965084.
HSL color Cylindrical-coordinate representation of color #DCCB88: hue angle of 47.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCCB88 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 136 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.14 |
| HSL | 47.86º | 0.55% | 0.7% | - |
| HSV(B) | 47.86º | 0.38% | 0.86% | - |
| XYZ | 55.32 | 59.71 | 31.9 | - |
| YUV | 200.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 136 | 0 | 0.08 | 0.38 | 0.14 | 47.86 | 0.55 | 0.7 |
| Hex | DC | CB | 88 | 0 | 8 | 26 | E | 30 | 37 | 46 |
| Octal | 334 | 313 | 210 | 0 | 10 | 46 | 16 | 60 | 67 | 106 |
| Binary | 11011100 | 11001011 | 10001000 | 0 | 1000 | 100110 | 1110 | 110000 | 110111 | 1000110 |
Color Harmonies of #DCCB88
Complementary color
Monochromatic Colors of #DCCB88
Black with #DCCB88
Text Example
Text Example
White with #DCCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB88; }
p { color: rgb(220,203,136); }
H1.HeaderClassName
{
color: #DCCB88;
}
.AnyTagClassName
{
color: #DCCB88;
}
</style>
background-color css
<style>
a { background-color: #DCCB88; }
a { background-color: rgb(220,203,136); }
div.DivClassName
{
background-color: #DCCB88;
}
.BgClassName
{
background-color: #DCCB88;
}
</style>
border-color css
<style>
span { border-color: #DCCB88; }
span { border-color: rgb(220,203,136); }
td.TdClassName
{
border-color: #DCCB88;
}
.TagClassName
{
border-color: #DCCB88;
}
</style>