Shades of Dawn #9D9B87
Tints of Dawn #9D9B87
RGB
CMYK
RGB Variations
Color information
#9D9B87 (or 0x9D9B87) is known color: Dawn. HEX triplet: 9D, 9B and 87. RGB value is (157,155,135). Sum of RGB (Red+Green+Blue) = 157+155+135=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9B87 is #626478. Grayscale: #999999. Windows color (decimal): -6448249 or 8887197. OLE color: 8887197.
HSL color Cylindrical-coordinate representation of color #9D9B87: hue angle of 54.55º 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 #9D9B87 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 155 | 135 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.38 |
| HSL | 54.55º | 0.1% | 0.57% | - |
| HSV(B) | 54.55º | 0.14% | 0.62% | - |
| XYZ | 30 | 32.36 | 27.59 | - |
| YUV | 153.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 135 | 0 | 0.01 | 0.14 | 0.38 | 54.55 | 0.1 | 0.57 |
| Hex | 9D | 9B | 87 | 0 | 1 | E | 26 | 37 | A | 39 |
| Octal | 235 | 233 | 207 | 0 | 1 | 16 | 46 | 67 | 12 | 71 |
| Binary | 10011101 | 10011011 | 10000111 | 0 | 1 | 1110 | 100110 | 110111 | 1010 | 111001 |
Color Harmonies of #9D9B87
Complementary color
Monochromatic Colors of #9D9B87
Black with #9D9B87
Text Example
Text Example
White with #9D9B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9B87; }
p { color: rgb(157,155,135); }
H1.HeaderClassName
{
color: #9D9B87;
}
.AnyTagClassName
{
color: #9D9B87;
}
</style>
background-color css
<style>
a { background-color: #9D9B87; }
a { background-color: rgb(157,155,135); }
div.DivClassName
{
background-color: #9D9B87;
}
.BgClassName
{
background-color: #9D9B87;
}
</style>
border-color css
<style>
span { border-color: #9D9B87; }
span { border-color: rgb(157,155,135); }
td.TdClassName
{
border-color: #9D9B87;
}
.TagClassName
{
border-color: #9D9B87;
}
</style>