Shades of Tenne (Tawny) #D7630A
Tints of Tenne (Tawny) #D7630A
RGB
CMYK
RGB Variations
Color information
#D7630A (or 0xD7630A) is known color: Tenne (Tawny). HEX triplet: D7, 63 and 0A. RGB value is (215,99,10). Sum of RGB (Red+Green+Blue) = 215+99+10=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7630A is #289CF5. Grayscale: #7C7C7C. Windows color (decimal): -2661622 or 680919. OLE color: 680919.
HSL color Cylindrical-coordinate representation of color #D7630A: hue angle of 26.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7630A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.16 |
| HSL | 26.05º | 0.91% | 0.44% | - |
| HSV(B) | 26.05º | 0.95% | 0.84% | - |
| XYZ | 32.54 | 23.39 | 3.09 | - |
| YUV | 123.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 10 | 0 | 0.54 | 0.95 | 0.16 | 26.05 | 0.91 | 0.44 |
| Hex | D7 | 63 | A | 0 | 36 | 5F | 10 | 1A | 5B | 2C |
| Octal | 327 | 143 | 12 | 0 | 66 | 137 | 20 | 32 | 133 | 54 |
| Binary | 11010111 | 1100011 | 1010 | 0 | 110110 | 1011111 | 10000 | 11010 | 1011011 | 101100 |
Color Harmonies of #D7630A
Complementary color
Monochromatic Colors of #D7630A
Black with #D7630A
Text Example
Text Example
White with #D7630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7630A; }
p { color: rgb(215,99,10); }
H1.HeaderClassName
{
color: #D7630A;
}
.AnyTagClassName
{
color: #D7630A;
}
</style>
background-color css
<style>
a { background-color: #D7630A; }
a { background-color: rgb(215,99,10); }
div.DivClassName
{
background-color: #D7630A;
}
.BgClassName
{
background-color: #D7630A;
}
</style>
border-color css
<style>
span { border-color: #D7630A; }
span { border-color: rgb(215,99,10); }
td.TdClassName
{
border-color: #D7630A;
}
.TagClassName
{
border-color: #D7630A;
}
</style>