Shades of Sandwisp #DCD08B
Tints of Sandwisp #DCD08B
RGB
CMYK
RGB Variations
Color information
#DCD08B (or 0xDCD08B) is known color: Sandwisp. HEX triplet: DC, D0 and 8B. RGB value is (220,208,139). Sum of RGB (Red+Green+Blue) = 220+208+139=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD08B is #232F74. Grayscale: #CCCCCC. Windows color (decimal): -2305909 or 9162972. OLE color: 9162972.
HSL color Cylindrical-coordinate representation of color #DCD08B: hue angle of 51.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD08B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 139 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.14 |
| HSL | 51.11º | 0.54% | 0.7% | - |
| HSV(B) | 51.11º | 0.37% | 0.86% | - |
| XYZ | 56.73 | 62.19 | 33.44 | - |
| YUV | 203.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 139 | 0 | 0.05 | 0.37 | 0.14 | 51.11 | 0.54 | 0.7 |
| Hex | DC | D0 | 8B | 0 | 5 | 25 | E | 33 | 36 | 46 |
| Octal | 334 | 320 | 213 | 0 | 5 | 45 | 16 | 63 | 66 | 106 |
| Binary | 11011100 | 11010000 | 10001011 | 0 | 101 | 100101 | 1110 | 110011 | 110110 | 1000110 |
Color Harmonies of #DCD08B
Complementary color
Monochromatic Colors of #DCD08B
Black with #DCD08B
Text Example
Text Example
White with #DCD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD08B; }
p { color: rgb(220,208,139); }
H1.HeaderClassName
{
color: #DCD08B;
}
.AnyTagClassName
{
color: #DCD08B;
}
</style>
background-color css
<style>
a { background-color: #DCD08B; }
a { background-color: rgb(220,208,139); }
div.DivClassName
{
background-color: #DCD08B;
}
.BgClassName
{
background-color: #DCD08B;
}
</style>
border-color css
<style>
span { border-color: #DCD08B; }
span { border-color: rgb(220,208,139); }
td.TdClassName
{
border-color: #DCD08B;
}
.TagClassName
{
border-color: #DCD08B;
}
</style>