Shades of Sandwisp #DCD18B
Tints of Sandwisp #DCD18B
RGB
CMYK
RGB Variations
Color information
#DCD18B (or 0xDCD18B) is known color: Sandwisp. HEX triplet: DC, D1 and 8B. RGB value is (220,209,139). Sum of RGB (Red+Green+Blue) = 220+209+139=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD18B is #232E74. Grayscale: #CCCCCC. Windows color (decimal): -2305653 or 9163228. OLE color: 9163228.
HSL color Cylindrical-coordinate representation of color #DCD18B: hue angle of 51.85º 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 #DCD18B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 139 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.14 |
| HSL | 51.85º | 0.54% | 0.7% | - |
| HSV(B) | 51.85º | 0.37% | 0.86% | - |
| XYZ | 56.98 | 62.68 | 33.52 | - |
| YUV | 204.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 139 | 0 | 0.05 | 0.37 | 0.14 | 51.85 | 0.54 | 0.7 |
| Hex | DC | D1 | 8B | 0 | 5 | 25 | E | 34 | 36 | 46 |
| Octal | 334 | 321 | 213 | 0 | 5 | 45 | 16 | 64 | 66 | 106 |
| Binary | 11011100 | 11010001 | 10001011 | 0 | 101 | 100101 | 1110 | 110100 | 110110 | 1000110 |
Color Harmonies of #DCD18B
Complementary color
Monochromatic Colors of #DCD18B
Black with #DCD18B
Text Example
Text Example
White with #DCD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD18B; }
p { color: rgb(220,209,139); }
H1.HeaderClassName
{
color: #DCD18B;
}
.AnyTagClassName
{
color: #DCD18B;
}
</style>
background-color css
<style>
a { background-color: #DCD18B; }
a { background-color: rgb(220,209,139); }
div.DivClassName
{
background-color: #DCD18B;
}
.BgClassName
{
background-color: #DCD18B;
}
</style>
border-color css
<style>
span { border-color: #DCD18B; }
span { border-color: rgb(220,209,139); }
td.TdClassName
{
border-color: #DCD18B;
}
.TagClassName
{
border-color: #DCD18B;
}
</style>