Shades of Sandwisp #DCC98A
Tints of Sandwisp #DCC98A
RGB
CMYK
RGB Variations
Color information
#DCC98A (or 0xDCC98A) is known color: Sandwisp. HEX triplet: DC, C9 and 8A. RGB value is (220,201,138). Sum of RGB (Red+Green+Blue) = 220+201+138=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC98A is #233675. Grayscale: #C7C7C7. Windows color (decimal): -2307702 or 9095644. OLE color: 9095644.
HSL color Cylindrical-coordinate representation of color #DCC98A: hue angle of 46.1º 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 #DCC98A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 138 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.14 |
| HSL | 46.1º | 0.54% | 0.7% | - |
| HSV(B) | 46.1º | 0.37% | 0.86% | - |
| XYZ | 54.99 | 58.82 | 32.5 | - |
| YUV | 199.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 138 | 0 | 0.09 | 0.37 | 0.14 | 46.1 | 0.54 | 0.7 |
| Hex | DC | C9 | 8A | 0 | 9 | 25 | E | 2E | 36 | 46 |
| Octal | 334 | 311 | 212 | 0 | 11 | 45 | 16 | 56 | 66 | 106 |
| Binary | 11011100 | 11001001 | 10001010 | 0 | 1001 | 100101 | 1110 | 101110 | 110110 | 1000110 |
Color Harmonies of #DCC98A
Complementary color
Monochromatic Colors of #DCC98A
Black with #DCC98A
Text Example
Text Example
White with #DCC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC98A; }
p { color: rgb(220,201,138); }
H1.HeaderClassName
{
color: #DCC98A;
}
.AnyTagClassName
{
color: #DCC98A;
}
</style>
background-color css
<style>
a { background-color: #DCC98A; }
a { background-color: rgb(220,201,138); }
div.DivClassName
{
background-color: #DCC98A;
}
.BgClassName
{
background-color: #DCC98A;
}
</style>
border-color css
<style>
span { border-color: #DCC98A; }
span { border-color: rgb(220,201,138); }
td.TdClassName
{
border-color: #DCC98A;
}
.TagClassName
{
border-color: #DCC98A;
}
</style>