Shades of Sandwisp #DCD17E
Tints of Sandwisp #DCD17E
RGB
CMYK
RGB Variations
Color information
#DCD17E (or 0xDCD17E) is known color: Sandwisp. HEX triplet: DC, D1 and 7E. RGB value is (220,209,126). Sum of RGB (Red+Green+Blue) = 220+209+126=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD17E is #232E81. Grayscale: #CBCBCB. Windows color (decimal): -2305666 or 8311260. OLE color: 8311260.
HSL color Cylindrical-coordinate representation of color #DCD17E: hue angle of 52.98º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCD17E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 126 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.14 |
| HSL | 52.98º | 0.57% | 0.68% | - |
| HSV(B) | 52.98º | 0.43% | 0.86% | - |
| XYZ | 56.08 | 62.32 | 28.81 | - |
| YUV | 202.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 126 | 0 | 0.05 | 0.43 | 0.14 | 52.98 | 0.57 | 0.68 |
| Hex | DC | D1 | 7E | 0 | 5 | 2B | E | 35 | 39 | 44 |
| Octal | 334 | 321 | 176 | 0 | 5 | 53 | 16 | 65 | 71 | 104 |
| Binary | 11011100 | 11010001 | 1111110 | 0 | 101 | 101011 | 1110 | 110101 | 111001 | 1000100 |
Color Harmonies of #DCD17E
Complementary color
Monochromatic Colors of #DCD17E
Black with #DCD17E
Text Example
Text Example
White with #DCD17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD17E; }
p { color: rgb(220,209,126); }
H1.HeaderClassName
{
color: #DCD17E;
}
.AnyTagClassName
{
color: #DCD17E;
}
</style>
background-color css
<style>
a { background-color: #DCD17E; }
a { background-color: rgb(220,209,126); }
div.DivClassName
{
background-color: #DCD17E;
}
.BgClassName
{
background-color: #DCD17E;
}
</style>
border-color css
<style>
span { border-color: #DCD17E; }
span { border-color: rgb(220,209,126); }
td.TdClassName
{
border-color: #DCD17E;
}
.TagClassName
{
border-color: #DCD17E;
}
</style>