Shades of Sandwisp #DCC87E
Tints of Sandwisp #DCC87E
RGB
CMYK
RGB Variations
Color information
#DCC87E (or 0xDCC87E) is known color: Sandwisp. HEX triplet: DC, C8 and 7E. RGB value is (220,200,126). Sum of RGB (Red+Green+Blue) = 220+200+126=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC87E is #233781. Grayscale: #C5C5C5. Windows color (decimal): -2307970 or 8308956. OLE color: 8308956.
HSL color Cylindrical-coordinate representation of color #DCC87E: hue angle of 47.23º degrees, saturation: 0.57, 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 #DCC87E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 126 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.14 |
| HSL | 47.23º | 0.57% | 0.68% | - |
| HSV(B) | 47.23º | 0.43% | 0.86% | - |
| XYZ | 53.94 | 58.03 | 28.1 | - |
| YUV | 197.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 126 | 0 | 0.09 | 0.43 | 0.14 | 47.23 | 0.57 | 0.68 |
| Hex | DC | C8 | 7E | 0 | 9 | 2B | E | 2F | 39 | 44 |
| Octal | 334 | 310 | 176 | 0 | 11 | 53 | 16 | 57 | 71 | 104 |
| Binary | 11011100 | 11001000 | 1111110 | 0 | 1001 | 101011 | 1110 | 101111 | 111001 | 1000100 |
Color Harmonies of #DCC87E
Complementary color
Monochromatic Colors of #DCC87E
Black with #DCC87E
Text Example
Text Example
White with #DCC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC87E; }
p { color: rgb(220,200,126); }
H1.HeaderClassName
{
color: #DCC87E;
}
.AnyTagClassName
{
color: #DCC87E;
}
</style>
background-color css
<style>
a { background-color: #DCC87E; }
a { background-color: rgb(220,200,126); }
div.DivClassName
{
background-color: #DCC87E;
}
.BgClassName
{
background-color: #DCC87E;
}
</style>
border-color css
<style>
span { border-color: #DCC87E; }
span { border-color: rgb(220,200,126); }
td.TdClassName
{
border-color: #DCC87E;
}
.TagClassName
{
border-color: #DCC87E;
}
</style>