Shades of Sandwisp #DCD17D
Tints of Sandwisp #DCD17D
RGB
CMYK
RGB Variations
Color information
#DCD17D (or 0xDCD17D) is known color: Sandwisp. HEX triplet: DC, D1 and 7D. RGB value is (220,209,125). Sum of RGB (Red+Green+Blue) = 220+209+125=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD17D is #232E82. Grayscale: #CBCBCB. Windows color (decimal): -2305667 or 8245724. OLE color: 8245724.
HSL color Cylindrical-coordinate representation of color #DCD17D: hue angle of 53.05º degrees, saturation: 0.58, 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 #DCD17D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 125 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.14 |
| HSL | 53.05º | 0.58% | 0.68% | - |
| HSV(B) | 53.05º | 0.43% | 0.86% | - |
| XYZ | 56.02 | 62.3 | 28.47 | - |
| YUV | 202.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 125 | 0 | 0.05 | 0.43 | 0.14 | 53.05 | 0.58 | 0.68 |
| Hex | DC | D1 | 7D | 0 | 5 | 2B | E | 35 | 3A | 44 |
| Octal | 334 | 321 | 175 | 0 | 5 | 53 | 16 | 65 | 72 | 104 |
| Binary | 11011100 | 11010001 | 1111101 | 0 | 101 | 101011 | 1110 | 110101 | 111010 | 1000100 |
Color Harmonies of #DCD17D
Complementary color
Monochromatic Colors of #DCD17D
Black with #DCD17D
Text Example
Text Example
White with #DCD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD17D; }
p { color: rgb(220,209,125); }
H1.HeaderClassName
{
color: #DCD17D;
}
.AnyTagClassName
{
color: #DCD17D;
}
</style>
background-color css
<style>
a { background-color: #DCD17D; }
a { background-color: rgb(220,209,125); }
div.DivClassName
{
background-color: #DCD17D;
}
.BgClassName
{
background-color: #DCD17D;
}
</style>
border-color css
<style>
span { border-color: #DCD17D; }
span { border-color: rgb(220,209,125); }
td.TdClassName
{
border-color: #DCD17D;
}
.TagClassName
{
border-color: #DCD17D;
}
</style>