Shades of Sandwisp #DCC978
Tints of Sandwisp #DCC978
RGB
CMYK
RGB Variations
Color information
#DCC978 (or 0xDCC978) is known color: Sandwisp. HEX triplet: DC, C9 and 78. RGB value is (220,201,120). Sum of RGB (Red+Green+Blue) = 220+201+120=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC978 is #233687. Grayscale: #C5C5C5. Windows color (decimal): -2307720 or 7915996. OLE color: 7915996.
HSL color Cylindrical-coordinate representation of color #DCC978: hue angle of 48.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC978 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 120 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.14 |
| HSL | 48.6º | 0.59% | 0.67% | - |
| HSV(B) | 48.6º | 0.45% | 0.86% | - |
| XYZ | 53.79 | 58.35 | 26.2 | - |
| YUV | 197.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 120 | 0 | 0.09 | 0.45 | 0.14 | 48.6 | 0.59 | 0.67 |
| Hex | DC | C9 | 78 | 0 | 9 | 2D | E | 31 | 3B | 43 |
| Octal | 334 | 311 | 170 | 0 | 11 | 55 | 16 | 61 | 73 | 103 |
| Binary | 11011100 | 11001001 | 1111000 | 0 | 1001 | 101101 | 1110 | 110001 | 111011 | 1000011 |
Color Harmonies of #DCC978
Complementary color
Monochromatic Colors of #DCC978
Black with #DCC978
Text Example
Text Example
White with #DCC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC978; }
p { color: rgb(220,201,120); }
H1.HeaderClassName
{
color: #DCC978;
}
.AnyTagClassName
{
color: #DCC978;
}
</style>
background-color css
<style>
a { background-color: #DCC978; }
a { background-color: rgb(220,201,120); }
div.DivClassName
{
background-color: #DCC978;
}
.BgClassName
{
background-color: #DCC978;
}
</style>
border-color css
<style>
span { border-color: #DCC978; }
span { border-color: rgb(220,201,120); }
td.TdClassName
{
border-color: #DCC978;
}
.TagClassName
{
border-color: #DCC978;
}
</style>