Shades of Sandwisp #D7D081
Tints of Sandwisp #D7D081
RGB
CMYK
RGB Variations
Color information
#D7D081 (or 0xD7D081) is known color: Sandwisp. HEX triplet: D7, D0 and 81. RGB value is (215,208,129). Sum of RGB (Red+Green+Blue) = 215+208+129=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D081 is #282F7E. Grayscale: #C9C9C9. Windows color (decimal): -2633599 or 8507607. OLE color: 8507607.
HSL color Cylindrical-coordinate representation of color #D7D081: hue angle of 55.12º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7D081 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 129 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.16 |
| HSL | 55.12º | 0.52% | 0.67% | - |
| HSV(B) | 55.12º | 0.4% | 0.84% | - |
| XYZ | 54.54 | 61.14 | 29.7 | - |
| YUV | 201.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 129 | 0 | 0.03 | 0.4 | 0.16 | 55.12 | 0.52 | 0.67 |
| Hex | D7 | D0 | 81 | 0 | 3 | 28 | 10 | 37 | 34 | 43 |
| Octal | 327 | 320 | 201 | 0 | 3 | 50 | 20 | 67 | 64 | 103 |
| Binary | 11010111 | 11010000 | 10000001 | 0 | 11 | 101000 | 10000 | 110111 | 110100 | 1000011 |
Color Harmonies of #D7D081
Complementary color
Monochromatic Colors of #D7D081
Black with #D7D081
Text Example
Text Example
White with #D7D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D081; }
p { color: rgb(215,208,129); }
H1.HeaderClassName
{
color: #D7D081;
}
.AnyTagClassName
{
color: #D7D081;
}
</style>
background-color css
<style>
a { background-color: #D7D081; }
a { background-color: rgb(215,208,129); }
div.DivClassName
{
background-color: #D7D081;
}
.BgClassName
{
background-color: #D7D081;
}
</style>
border-color css
<style>
span { border-color: #D7D081; }
span { border-color: rgb(215,208,129); }
td.TdClassName
{
border-color: #D7D081;
}
.TagClassName
{
border-color: #D7D081;
}
</style>