Shades of Tenne (Tawny) #D5630B
Tints of Tenne (Tawny) #D5630B
RGB
CMYK
RGB Variations
Color information
#D5630B (or 0xD5630B) is known color: Tenne (Tawny). HEX triplet: D5, 63 and 0B. RGB value is (213,99,11). Sum of RGB (Red+Green+Blue) = 213+99+11=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5630B is #2A9CF4. Grayscale: #7B7B7B. Windows color (decimal): -2792693 or 746453. OLE color: 746453.
HSL color Cylindrical-coordinate representation of color #D5630B: hue angle of 26.14º degrees, saturation: 0.9, 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 #D5630B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.16 |
| HSL | 26.14º | 0.9% | 0.44% | - |
| HSV(B) | 26.14º | 0.95% | 0.84% | - |
| XYZ | 31.96 | 23.09 | 3.09 | - |
| YUV | 123.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 11 | 0 | 0.54 | 0.95 | 0.16 | 26.14 | 0.9 | 0.44 |
| Hex | D5 | 63 | B | 0 | 36 | 5F | 10 | 1A | 5A | 2C |
| Octal | 325 | 143 | 13 | 0 | 66 | 137 | 20 | 32 | 132 | 54 |
| Binary | 11010101 | 1100011 | 1011 | 0 | 110110 | 1011111 | 10000 | 11010 | 1011010 | 101100 |
Color Harmonies of #D5630B
Complementary color
Monochromatic Colors of #D5630B
Black with #D5630B
Text Example
Text Example
White with #D5630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5630B; }
p { color: rgb(213,99,11); }
H1.HeaderClassName
{
color: #D5630B;
}
.AnyTagClassName
{
color: #D5630B;
}
</style>
background-color css
<style>
a { background-color: #D5630B; }
a { background-color: rgb(213,99,11); }
div.DivClassName
{
background-color: #D5630B;
}
.BgClassName
{
background-color: #D5630B;
}
</style>
border-color css
<style>
span { border-color: #D5630B; }
span { border-color: rgb(213,99,11); }
td.TdClassName
{
border-color: #D5630B;
}
.TagClassName
{
border-color: #D5630B;
}
</style>