Shades of Dawn #9D9A8D
Tints of Dawn #9D9A8D
RGB
CMYK
RGB Variations
Color information
#9D9A8D (or 0x9D9A8D) is known color: Dawn. HEX triplet: 9D, 9A and 8D. RGB value is (157,154,141). Sum of RGB (Red+Green+Blue) = 157+154+141=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A8D is #626572. Grayscale: #999999. Windows color (decimal): -6448499 or 9280157. OLE color: 9280157.
HSL color Cylindrical-coordinate representation of color #9D9A8D: hue angle of 48.75º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D9A8D is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 141 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.38 |
| HSL | 48.75º | 0.08% | 0.58% | - |
| HSV(B) | 48.75º | 0.1% | 0.62% | - |
| XYZ | 30.27 | 32.2 | 29.82 | - |
| YUV | 153.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 141 | 0 | 0.02 | 0.10 | 0.38 | 48.75 | 0.08 | 0.58 |
| Hex | 9D | 9A | 8D | 0 | 2 | A | 26 | 31 | 8 | 3A |
| Octal | 235 | 232 | 215 | 0 | 2 | 12 | 46 | 61 | 10 | 72 |
| Binary | 10011101 | 10011010 | 10001101 | 0 | 10 | 1010 | 100110 | 110001 | 1000 | 111010 |
Color Harmonies of #9D9A8D
Complementary color
Monochromatic Colors of #9D9A8D
Black with #9D9A8D
Text Example
Text Example
White with #9D9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A8D; }
p { color: rgb(157,154,141); }
H1.HeaderClassName
{
color: #9D9A8D;
}
.AnyTagClassName
{
color: #9D9A8D;
}
</style>
background-color css
<style>
a { background-color: #9D9A8D; }
a { background-color: rgb(157,154,141); }
div.DivClassName
{
background-color: #9D9A8D;
}
.BgClassName
{
background-color: #9D9A8D;
}
</style>
border-color css
<style>
span { border-color: #9D9A8D; }
span { border-color: rgb(157,154,141); }
td.TdClassName
{
border-color: #9D9A8D;
}
.TagClassName
{
border-color: #9D9A8D;
}
</style>