Shades of Sandwisp #D9C97D
Tints of Sandwisp #D9C97D
RGB
CMYK
RGB Variations
Color information
#D9C97D (or 0xD9C97D) is known color: Sandwisp. HEX triplet: D9, C9 and 7D. RGB value is (217,201,125). Sum of RGB (Red+Green+Blue) = 217+201+125=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C97D is #263682. Grayscale: #C5C5C5. Windows color (decimal): -2504323 or 8243673. OLE color: 8243673.
HSL color Cylindrical-coordinate representation of color #D9C97D: hue angle of 49.57º 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 #D9C97D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 125 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.15 |
| HSL | 49.57º | 0.55% | 0.67% | - |
| HSV(B) | 49.57º | 0.42% | 0.85% | - |
| XYZ | 53.2 | 58.01 | 27.79 | - |
| YUV | 197.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 125 | 0 | 0.07 | 0.42 | 0.15 | 49.57 | 0.55 | 0.67 |
| Hex | D9 | C9 | 7D | 0 | 7 | 2A | F | 32 | 37 | 43 |
| Octal | 331 | 311 | 175 | 0 | 7 | 52 | 17 | 62 | 67 | 103 |
| Binary | 11011001 | 11001001 | 1111101 | 0 | 111 | 101010 | 1111 | 110010 | 110111 | 1000011 |
Color Harmonies of #D9C97D
Complementary color
Monochromatic Colors of #D9C97D
Black with #D9C97D
Text Example
Text Example
White with #D9C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C97D; }
p { color: rgb(217,201,125); }
H1.HeaderClassName
{
color: #D9C97D;
}
.AnyTagClassName
{
color: #D9C97D;
}
</style>
background-color css
<style>
a { background-color: #D9C97D; }
a { background-color: rgb(217,201,125); }
div.DivClassName
{
background-color: #D9C97D;
}
.BgClassName
{
background-color: #D9C97D;
}
</style>
border-color css
<style>
span { border-color: #D9C97D; }
span { border-color: rgb(217,201,125); }
td.TdClassName
{
border-color: #D9C97D;
}
.TagClassName
{
border-color: #D9C97D;
}
</style>