Shades of Sandwisp #DCCB83
Tints of Sandwisp #DCCB83
RGB
CMYK
RGB Variations
Color information
#DCCB83 (or 0xDCCB83) is known color: Sandwisp. HEX triplet: DC, CB and 83. RGB value is (220,203,131). Sum of RGB (Red+Green+Blue) = 220+203+131=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB83 is #23347C. Grayscale: #C8C8C8. Windows color (decimal): -2307197 or 8637404. OLE color: 8637404.
HSL color Cylindrical-coordinate representation of color #DCCB83: hue angle of 48.54º 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 #DCCB83 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 131 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.14 |
| HSL | 48.54º | 0.56% | 0.69% | - |
| HSV(B) | 48.54º | 0.4% | 0.86% | - |
| XYZ | 54.97 | 59.57 | 30.07 | - |
| YUV | 199.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 131 | 0 | 0.08 | 0.40 | 0.14 | 48.54 | 0.56 | 0.69 |
| Hex | DC | CB | 83 | 0 | 8 | 28 | E | 31 | 38 | 45 |
| Octal | 334 | 313 | 203 | 0 | 10 | 50 | 16 | 61 | 70 | 105 |
| Binary | 11011100 | 11001011 | 10000011 | 0 | 1000 | 101000 | 1110 | 110001 | 111000 | 1000101 |
Color Harmonies of #DCCB83
Complementary color
Monochromatic Colors of #DCCB83
Black with #DCCB83
Text Example
Text Example
White with #DCCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB83; }
p { color: rgb(220,203,131); }
H1.HeaderClassName
{
color: #DCCB83;
}
.AnyTagClassName
{
color: #DCCB83;
}
</style>
background-color css
<style>
a { background-color: #DCCB83; }
a { background-color: rgb(220,203,131); }
div.DivClassName
{
background-color: #DCCB83;
}
.BgClassName
{
background-color: #DCCB83;
}
</style>
border-color css
<style>
span { border-color: #DCCB83; }
span { border-color: rgb(220,203,131); }
td.TdClassName
{
border-color: #DCCB83;
}
.TagClassName
{
border-color: #DCCB83;
}
</style>