Shades of Sandwisp #DCCB84
Tints of Sandwisp #DCCB84
RGB
CMYK
RGB Variations
Color information
#DCCB84 (or 0xDCCB84) is known color: Sandwisp. HEX triplet: DC, CB and 84. RGB value is (220,203,132). Sum of RGB (Red+Green+Blue) = 220+203+132=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB84 is #23347B. Grayscale: #C8C8C8. Windows color (decimal): -2307196 or 8702940. OLE color: 8702940.
HSL color Cylindrical-coordinate representation of color #DCCB84: hue angle of 48.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCB84 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 132 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.14 |
| HSL | 48.41º | 0.56% | 0.69% | - |
| HSV(B) | 48.41º | 0.4% | 0.86% | - |
| XYZ | 55.04 | 59.59 | 30.43 | - |
| YUV | 199.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 132 | 0 | 0.08 | 0.40 | 0.14 | 48.41 | 0.56 | 0.69 |
| Hex | DC | CB | 84 | 0 | 8 | 28 | E | 30 | 38 | 45 |
| Octal | 334 | 313 | 204 | 0 | 10 | 50 | 16 | 60 | 70 | 105 |
| Binary | 11011100 | 11001011 | 10000100 | 0 | 1000 | 101000 | 1110 | 110000 | 111000 | 1000101 |
Color Harmonies of #DCCB84
Complementary color
Monochromatic Colors of #DCCB84
Black with #DCCB84
Text Example
Text Example
White with #DCCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB84; }
p { color: rgb(220,203,132); }
H1.HeaderClassName
{
color: #DCCB84;
}
.AnyTagClassName
{
color: #DCCB84;
}
</style>
background-color css
<style>
a { background-color: #DCCB84; }
a { background-color: rgb(220,203,132); }
div.DivClassName
{
background-color: #DCCB84;
}
.BgClassName
{
background-color: #DCCB84;
}
</style>
border-color css
<style>
span { border-color: #DCCB84; }
span { border-color: rgb(220,203,132); }
td.TdClassName
{
border-color: #DCCB84;
}
.TagClassName
{
border-color: #DCCB84;
}
</style>