Shades of Dawn #9D9A87
Tints of Dawn #9D9A87
RGB
CMYK
RGB Variations
Color information
#9D9A87 (or 0x9D9A87) is known color: Dawn. HEX triplet: 9D, 9A and 87. RGB value is (157,154,135). Sum of RGB (Red+Green+Blue) = 157+154+135=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A87 is #626578. Grayscale: #989898. Windows color (decimal): -6448505 or 8886941. OLE color: 8886941.
HSL color Cylindrical-coordinate representation of color #9D9A87: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9A87 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 135 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.38 |
| HSL | 51.82º | 0.1% | 0.57% | - |
| HSV(B) | 51.82º | 0.14% | 0.62% | - |
| XYZ | 29.83 | 32.03 | 27.53 | - |
| YUV | 152.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 135 | 0 | 0.02 | 0.14 | 0.38 | 51.82 | 0.1 | 0.57 |
| Hex | 9D | 9A | 87 | 0 | 2 | E | 26 | 34 | A | 39 |
| Octal | 235 | 232 | 207 | 0 | 2 | 16 | 46 | 64 | 12 | 71 |
| Binary | 10011101 | 10011010 | 10000111 | 0 | 10 | 1110 | 100110 | 110100 | 1010 | 111001 |
Color Harmonies of #9D9A87
Complementary color
Monochromatic Colors of #9D9A87
Black with #9D9A87
Text Example
Text Example
White with #9D9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A87; }
p { color: rgb(157,154,135); }
H1.HeaderClassName
{
color: #9D9A87;
}
.AnyTagClassName
{
color: #9D9A87;
}
</style>
background-color css
<style>
a { background-color: #9D9A87; }
a { background-color: rgb(157,154,135); }
div.DivClassName
{
background-color: #9D9A87;
}
.BgClassName
{
background-color: #9D9A87;
}
</style>
border-color css
<style>
span { border-color: #9D9A87; }
span { border-color: rgb(157,154,135); }
td.TdClassName
{
border-color: #9D9A87;
}
.TagClassName
{
border-color: #9D9A87;
}
</style>