Shades of Delta #9D9F97
Tints of Delta #9D9F97
RGB
CMYK
RGB Variations
Color information
#9D9F97 (or 0x9D9F97) is known color: Delta. HEX triplet: 9D, 9F and 97. RGB value is (157,159,151). Sum of RGB (Red+Green+Blue) = 157+159+151=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9F97 is #626068. Grayscale: #9D9D9D. Windows color (decimal): -6447209 or 9936797. OLE color: 9936797.
HSL color Cylindrical-coordinate representation of color #9D9F97: hue angle of 75º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9D9F97 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
RGB | 157 | 159 | 151 | - |
CMYK | 0.01 | 0 | 0.05 | 0.38 |
HSL | 75º | 0.04% | 0.61% | - |
HSV(B) | 75º | 0.05% | 0.62% | - |
XYZ | 31.89 | 34.2 | 34.2 | - |
YUV | 157.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 159 | 151 | 0.01 | 0 | 0.05 | 0.38 | 75 | 0.04 | 0.61 |
Hex | 9D | 9F | 97 | 1 | 0 | 5 | 26 | 4B | 4 | 3D |
Octal | 235 | 237 | 227 | 1 | 0 | 5 | 46 | 113 | 4 | 75 |
Binary | 10011101 | 10011111 | 10010111 | 1 | 0 | 101 | 100110 | 1001011 | 100 | 111101 |
Color Harmonies of #9D9F97
Complementary color
Monochromatic Colors of #9D9F97
Black with #9D9F97
Text Example
Text Example
White with #9D9F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9F97; }
p { color: rgb(157,159,151); }
H1.HeaderClassName
{
color: #9D9F97;
}
.AnyTagClassName
{
color: #9D9F97;
}
</style>
background-color css
<style>
a { background-color: #9D9F97; }
a { background-color: rgb(157,159,151); }
div.DivClassName
{
background-color: #9D9F97;
}
.BgClassName
{
background-color: #9D9F97;
}
</style>
border-color css
<style>
span { border-color: #9D9F97; }
span { border-color: rgb(157,159,151); }
td.TdClassName
{
border-color: #9D9F97;
}
.TagClassName
{
border-color: #9D9F97;
}
</style>