Shades of Dawn #9D9B89
Tints of Dawn #9D9B89
RGB
CMYK
RGB Variations
Color information
#9D9B89 (or 0x9D9B89) is known color: Dawn. HEX triplet: 9D, 9B and 89. RGB value is (157,155,137). Sum of RGB (Red+Green+Blue) = 157+155+137=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9B89 is #626476. Grayscale: #999999. Windows color (decimal): -6448247 or 9018269. OLE color: 9018269.
HSL color Cylindrical-coordinate representation of color #9D9B89: hue angle of 54º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D9B89 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 155 | 137 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.38 |
| HSL | 54º | 0.09% | 0.58% | - |
| HSV(B) | 54º | 0.13% | 0.62% | - |
| XYZ | 30.14 | 32.42 | 28.34 | - |
| YUV | 153.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 137 | 0 | 0.01 | 0.13 | 0.38 | 54 | 0.09 | 0.58 |
| Hex | 9D | 9B | 89 | 0 | 1 | D | 26 | 36 | 9 | 3A |
| Octal | 235 | 233 | 211 | 0 | 1 | 15 | 46 | 66 | 11 | 72 |
| Binary | 10011101 | 10011011 | 10001001 | 0 | 1 | 1101 | 100110 | 110110 | 1001 | 111010 |
Color Harmonies of #9D9B89
Complementary color
Monochromatic Colors of #9D9B89
Black with #9D9B89
Text Example
Text Example
White with #9D9B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9B89; }
p { color: rgb(157,155,137); }
H1.HeaderClassName
{
color: #9D9B89;
}
.AnyTagClassName
{
color: #9D9B89;
}
</style>
background-color css
<style>
a { background-color: #9D9B89; }
a { background-color: rgb(157,155,137); }
div.DivClassName
{
background-color: #9D9B89;
}
.BgClassName
{
background-color: #9D9B89;
}
</style>
border-color css
<style>
span { border-color: #9D9B89; }
span { border-color: rgb(157,155,137); }
td.TdClassName
{
border-color: #9D9B89;
}
.TagClassName
{
border-color: #9D9B89;
}
</style>