Shades of Sandwisp #DCC87A
Tints of Sandwisp #DCC87A
RGB
CMYK
RGB Variations
Color information
#DCC87A (or 0xDCC87A) is known color: Sandwisp. HEX triplet: DC, C8 and 7A. RGB value is (220,200,122). Sum of RGB (Red+Green+Blue) = 220+200+122=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC87A is #233785. Grayscale: #C5C5C5. Windows color (decimal): -2307974 or 8046812. OLE color: 8046812.
HSL color Cylindrical-coordinate representation of color #DCC87A: hue angle of 47.76º degrees, saturation: 0.58, 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 #DCC87A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 122 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.14 |
| HSL | 47.76º | 0.58% | 0.67% | - |
| HSV(B) | 47.76º | 0.45% | 0.86% | - |
| XYZ | 53.68 | 57.93 | 26.76 | - |
| YUV | 197.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 122 | 0 | 0.09 | 0.45 | 0.14 | 47.76 | 0.58 | 0.67 |
| Hex | DC | C8 | 7A | 0 | 9 | 2D | E | 30 | 3A | 43 |
| Octal | 334 | 310 | 172 | 0 | 11 | 55 | 16 | 60 | 72 | 103 |
| Binary | 11011100 | 11001000 | 1111010 | 0 | 1001 | 101101 | 1110 | 110000 | 111010 | 1000011 |
Color Harmonies of #DCC87A
Complementary color
Monochromatic Colors of #DCC87A
Black with #DCC87A
Text Example
Text Example
White with #DCC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC87A; }
p { color: rgb(220,200,122); }
H1.HeaderClassName
{
color: #DCC87A;
}
.AnyTagClassName
{
color: #DCC87A;
}
</style>
background-color css
<style>
a { background-color: #DCC87A; }
a { background-color: rgb(220,200,122); }
div.DivClassName
{
background-color: #DCC87A;
}
.BgClassName
{
background-color: #DCC87A;
}
</style>
border-color css
<style>
span { border-color: #DCC87A; }
span { border-color: rgb(220,200,122); }
td.TdClassName
{
border-color: #DCC87A;
}
.TagClassName
{
border-color: #DCC87A;
}
</style>