Shades of Sandwisp #DCC98E
Tints of Sandwisp #DCC98E
RGB
CMYK
RGB Variations
Color information
#DCC98E (or 0xDCC98E) is known color: Sandwisp. HEX triplet: DC, C9 and 8E. RGB value is (220,201,142). Sum of RGB (Red+Green+Blue) = 220+201+142=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC98E is #233671. Grayscale: #C8C8C8. Windows color (decimal): -2307698 or 9357788. OLE color: 9357788.
HSL color Cylindrical-coordinate representation of color #DCC98E: hue angle of 45.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCC98E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 142 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.14 |
| HSL | 45.38º | 0.53% | 0.71% | - |
| HSV(B) | 45.38º | 0.35% | 0.86% | - |
| XYZ | 55.28 | 58.94 | 34.05 | - |
| YUV | 199.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 142 | 0 | 0.09 | 0.35 | 0.14 | 45.38 | 0.53 | 0.71 |
| Hex | DC | C9 | 8E | 0 | 9 | 23 | E | 2D | 35 | 47 |
| Octal | 334 | 311 | 216 | 0 | 11 | 43 | 16 | 55 | 65 | 107 |
| Binary | 11011100 | 11001001 | 10001110 | 0 | 1001 | 100011 | 1110 | 101101 | 110101 | 1000111 |
Color Harmonies of #DCC98E
Complementary color
Monochromatic Colors of #DCC98E
Black with #DCC98E
Text Example
Text Example
White with #DCC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC98E; }
p { color: rgb(220,201,142); }
H1.HeaderClassName
{
color: #DCC98E;
}
.AnyTagClassName
{
color: #DCC98E;
}
</style>
background-color css
<style>
a { background-color: #DCC98E; }
a { background-color: rgb(220,201,142); }
div.DivClassName
{
background-color: #DCC98E;
}
.BgClassName
{
background-color: #DCC98E;
}
</style>
border-color css
<style>
span { border-color: #DCC98E; }
span { border-color: rgb(220,201,142); }
td.TdClassName
{
border-color: #DCC98E;
}
.TagClassName
{
border-color: #DCC98E;
}
</style>