Shades of Sandwisp #DCC97D
Tints of Sandwisp #DCC97D
RGB
CMYK
RGB Variations
Color information
#DCC97D (or 0xDCC97D) is known color: Sandwisp. HEX triplet: DC, C9 and 7D. RGB value is (220,201,125). Sum of RGB (Red+Green+Blue) = 220+201+125=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC97D is #233682. Grayscale: #C6C6C6. Windows color (decimal): -2307715 or 8243676. OLE color: 8243676.
HSL color Cylindrical-coordinate representation of color #DCC97D: hue angle of 48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCC97D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 125 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.14 |
| HSL | 48º | 0.58% | 0.68% | - |
| HSV(B) | 48º | 0.43% | 0.86% | - |
| XYZ | 54.1 | 58.47 | 27.84 | - |
| YUV | 198.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 125 | 0 | 0.09 | 0.43 | 0.14 | 48 | 0.58 | 0.68 |
| Hex | DC | C9 | 7D | 0 | 9 | 2B | E | 30 | 3A | 44 |
| Octal | 334 | 311 | 175 | 0 | 11 | 53 | 16 | 60 | 72 | 104 |
| Binary | 11011100 | 11001001 | 1111101 | 0 | 1001 | 101011 | 1110 | 110000 | 111010 | 1000100 |
Color Harmonies of #DCC97D
Complementary color
Monochromatic Colors of #DCC97D
Black with #DCC97D
Text Example
Text Example
White with #DCC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC97D; }
p { color: rgb(220,201,125); }
H1.HeaderClassName
{
color: #DCC97D;
}
.AnyTagClassName
{
color: #DCC97D;
}
</style>
background-color css
<style>
a { background-color: #DCC97D; }
a { background-color: rgb(220,201,125); }
div.DivClassName
{
background-color: #DCC97D;
}
.BgClassName
{
background-color: #DCC97D;
}
</style>
border-color css
<style>
span { border-color: #DCC97D; }
span { border-color: rgb(220,201,125); }
td.TdClassName
{
border-color: #DCC97D;
}
.TagClassName
{
border-color: #DCC97D;
}
</style>