Shades of Dawn #9D9A8A
Tints of Dawn #9D9A8A
RGB
CMYK
RGB Variations
Color information
#9D9A8A (or 0x9D9A8A) is known color: Dawn. HEX triplet: 9D, 9A and 8A. RGB value is (157,154,138). Sum of RGB (Red+Green+Blue) = 157+154+138=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A8A is #626575. Grayscale: #999999. Windows color (decimal): -6448502 or 9083549. OLE color: 9083549.
HSL color Cylindrical-coordinate representation of color #9D9A8A: hue angle of 50.53º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D9A8A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 138 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.38 |
| HSL | 50.53º | 0.09% | 0.58% | - |
| HSV(B) | 50.53º | 0.12% | 0.62% | - |
| XYZ | 30.05 | 32.11 | 28.66 | - |
| YUV | 153.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 138 | 0 | 0.02 | 0.12 | 0.38 | 50.53 | 0.09 | 0.58 |
| Hex | 9D | 9A | 8A | 0 | 2 | C | 26 | 33 | 9 | 3A |
| Octal | 235 | 232 | 212 | 0 | 2 | 14 | 46 | 63 | 11 | 72 |
| Binary | 10011101 | 10011010 | 10001010 | 0 | 10 | 1100 | 100110 | 110011 | 1001 | 111010 |
Color Harmonies of #9D9A8A
Complementary color
Monochromatic Colors of #9D9A8A
Black with #9D9A8A
Text Example
Text Example
White with #9D9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A8A; }
p { color: rgb(157,154,138); }
H1.HeaderClassName
{
color: #9D9A8A;
}
.AnyTagClassName
{
color: #9D9A8A;
}
</style>
background-color css
<style>
a { background-color: #9D9A8A; }
a { background-color: rgb(157,154,138); }
div.DivClassName
{
background-color: #9D9A8A;
}
.BgClassName
{
background-color: #9D9A8A;
}
</style>
border-color css
<style>
span { border-color: #9D9A8A; }
span { border-color: rgb(157,154,138); }
td.TdClassName
{
border-color: #9D9A8A;
}
.TagClassName
{
border-color: #9D9A8A;
}
</style>