Shades of Sandwisp #DCC98B
Tints of Sandwisp #DCC98B
RGB
CMYK
RGB Variations
Color information
#DCC98B (or 0xDCC98B) is known color: Sandwisp. HEX triplet: DC, C9 and 8B. RGB value is (220,201,139). Sum of RGB (Red+Green+Blue) = 220+201+139=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC98B is #233674. Grayscale: #C7C7C7. Windows color (decimal): -2307701 or 9161180. OLE color: 9161180.
HSL color Cylindrical-coordinate representation of color #DCC98B: hue angle of 45.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC98B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 139 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.14 |
| HSL | 45.93º | 0.54% | 0.7% | - |
| HSV(B) | 45.93º | 0.37% | 0.86% | - |
| XYZ | 55.06 | 58.85 | 32.88 | - |
| YUV | 199.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 139 | 0 | 0.09 | 0.37 | 0.14 | 45.93 | 0.54 | 0.7 |
| Hex | DC | C9 | 8B | 0 | 9 | 25 | E | 2E | 36 | 46 |
| Octal | 334 | 311 | 213 | 0 | 11 | 45 | 16 | 56 | 66 | 106 |
| Binary | 11011100 | 11001001 | 10001011 | 0 | 1001 | 100101 | 1110 | 101110 | 110110 | 1000110 |
Color Harmonies of #DCC98B
Complementary color
Monochromatic Colors of #DCC98B
Black with #DCC98B
Text Example
Text Example
White with #DCC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC98B; }
p { color: rgb(220,201,139); }
H1.HeaderClassName
{
color: #DCC98B;
}
.AnyTagClassName
{
color: #DCC98B;
}
</style>
background-color css
<style>
a { background-color: #DCC98B; }
a { background-color: rgb(220,201,139); }
div.DivClassName
{
background-color: #DCC98B;
}
.BgClassName
{
background-color: #DCC98B;
}
</style>
border-color css
<style>
span { border-color: #DCC98B; }
span { border-color: rgb(220,201,139); }
td.TdClassName
{
border-color: #DCC98B;
}
.TagClassName
{
border-color: #DCC98B;
}
</style>