Shades of Sandwisp #DCD08C
Tints of Sandwisp #DCD08C
RGB
CMYK
RGB Variations
Color information
#DCD08C (or 0xDCD08C) is known color: Sandwisp. HEX triplet: DC, D0 and 8C. RGB value is (220,208,140). Sum of RGB (Red+Green+Blue) = 220+208+140=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD08C is #232F73. Grayscale: #CCCCCC. Windows color (decimal): -2305908 or 9228508. OLE color: 9228508.
HSL color Cylindrical-coordinate representation of color #DCD08C: hue angle of 51º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCD08C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 140 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.14 |
| HSL | 51º | 0.53% | 0.71% | - |
| HSV(B) | 51º | 0.36% | 0.86% | - |
| XYZ | 56.8 | 62.22 | 33.83 | - |
| YUV | 203.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 140 | 0 | 0.05 | 0.36 | 0.14 | 51 | 0.53 | 0.71 |
| Hex | DC | D0 | 8C | 0 | 5 | 24 | E | 33 | 35 | 47 |
| Octal | 334 | 320 | 214 | 0 | 5 | 44 | 16 | 63 | 65 | 107 |
| Binary | 11011100 | 11010000 | 10001100 | 0 | 101 | 100100 | 1110 | 110011 | 110101 | 1000111 |
Color Harmonies of #DCD08C
Complementary color
Monochromatic Colors of #DCD08C
Black with #DCD08C
Text Example
Text Example
White with #DCD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD08C; }
p { color: rgb(220,208,140); }
H1.HeaderClassName
{
color: #DCD08C;
}
.AnyTagClassName
{
color: #DCD08C;
}
</style>
background-color css
<style>
a { background-color: #DCD08C; }
a { background-color: rgb(220,208,140); }
div.DivClassName
{
background-color: #DCD08C;
}
.BgClassName
{
background-color: #DCD08C;
}
</style>
border-color css
<style>
span { border-color: #DCD08C; }
span { border-color: rgb(220,208,140); }
td.TdClassName
{
border-color: #DCD08C;
}
.TagClassName
{
border-color: #DCD08C;
}
</style>