Shades of Sandwisp #DCC87B
Tints of Sandwisp #DCC87B
RGB
CMYK
RGB Variations
Color information
#DCC87B (or 0xDCC87B) is known color: Sandwisp. HEX triplet: DC, C8 and 7B. RGB value is (220,200,123). Sum of RGB (Red+Green+Blue) = 220+200+123=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC87B is #233784. Grayscale: #C5C5C5. Windows color (decimal): -2307973 or 8112348. OLE color: 8112348.
HSL color Cylindrical-coordinate representation of color #DCC87B: hue angle of 47.63º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCC87B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 123 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.14 |
| HSL | 47.63º | 0.58% | 0.67% | - |
| HSV(B) | 47.63º | 0.44% | 0.86% | - |
| XYZ | 53.74 | 57.95 | 27.09 | - |
| YUV | 197.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 123 | 0 | 0.09 | 0.44 | 0.14 | 47.63 | 0.58 | 0.67 |
| Hex | DC | C8 | 7B | 0 | 9 | 2C | E | 30 | 3A | 43 |
| Octal | 334 | 310 | 173 | 0 | 11 | 54 | 16 | 60 | 72 | 103 |
| Binary | 11011100 | 11001000 | 1111011 | 0 | 1001 | 101100 | 1110 | 110000 | 111010 | 1000011 |
Color Harmonies of #DCC87B
Complementary color
Monochromatic Colors of #DCC87B
Black with #DCC87B
Text Example
Text Example
White with #DCC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC87B; }
p { color: rgb(220,200,123); }
H1.HeaderClassName
{
color: #DCC87B;
}
.AnyTagClassName
{
color: #DCC87B;
}
</style>
background-color css
<style>
a { background-color: #DCC87B; }
a { background-color: rgb(220,200,123); }
div.DivClassName
{
background-color: #DCC87B;
}
.BgClassName
{
background-color: #DCC87B;
}
</style>
border-color css
<style>
span { border-color: #DCC87B; }
span { border-color: rgb(220,200,123); }
td.TdClassName
{
border-color: #DCC87B;
}
.TagClassName
{
border-color: #DCC87B;
}
</style>