Shades of Sandwisp #D9C57D
Tints of Sandwisp #D9C57D
RGB
CMYK
RGB Variations
Color information
#D9C57D (or 0xD9C57D) is known color: Sandwisp. HEX triplet: D9, C5 and 7D. RGB value is (217,197,125). Sum of RGB (Red+Green+Blue) = 217+197+125=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C57D is #263A82. Grayscale: #C3C3C3. Windows color (decimal): -2505347 or 8242649. OLE color: 8242649.
HSL color Cylindrical-coordinate representation of color #D9C57D: hue angle of 46.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9C57D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 125 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.15 |
| HSL | 46.96º | 0.55% | 0.67% | - |
| HSV(B) | 46.96º | 0.42% | 0.85% | - |
| XYZ | 52.28 | 56.16 | 27.49 | - |
| YUV | 194.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 125 | 0 | 0.09 | 0.42 | 0.15 | 46.96 | 0.55 | 0.67 |
| Hex | D9 | C5 | 7D | 0 | 9 | 2A | F | 2F | 37 | 43 |
| Octal | 331 | 305 | 175 | 0 | 11 | 52 | 17 | 57 | 67 | 103 |
| Binary | 11011001 | 11000101 | 1111101 | 0 | 1001 | 101010 | 1111 | 101111 | 110111 | 1000011 |
Color Harmonies of #D9C57D
Complementary color
Monochromatic Colors of #D9C57D
Black with #D9C57D
Text Example
Text Example
White with #D9C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C57D; }
p { color: rgb(217,197,125); }
H1.HeaderClassName
{
color: #D9C57D;
}
.AnyTagClassName
{
color: #D9C57D;
}
</style>
background-color css
<style>
a { background-color: #D9C57D; }
a { background-color: rgb(217,197,125); }
div.DivClassName
{
background-color: #D9C57D;
}
.BgClassName
{
background-color: #D9C57D;
}
</style>
border-color css
<style>
span { border-color: #D9C57D; }
span { border-color: rgb(217,197,125); }
td.TdClassName
{
border-color: #D9C57D;
}
.TagClassName
{
border-color: #D9C57D;
}
</style>