Shades of Tenne (Tawny) #D4630B
Tints of Tenne (Tawny) #D4630B
RGB
CMYK
RGB Variations
Color information
#D4630B (or 0xD4630B) is known color: Tenne (Tawny). HEX triplet: D4, 63 and 0B. RGB value is (212,99,11). Sum of RGB (Red+Green+Blue) = 212+99+11=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4630B is #2B9CF4. Grayscale: #7B7B7B. Windows color (decimal): -2858229 or 746452. OLE color: 746452.
HSL color Cylindrical-coordinate representation of color #D4630B: hue angle of 26.27º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4630B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.17 |
| HSL | 26.27º | 0.9% | 0.44% | - |
| HSV(B) | 26.27º | 0.95% | 0.83% | - |
| XYZ | 31.67 | 22.94 | 3.08 | - |
| YUV | 122.76 | 64.94 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 11 | 0 | 0.53 | 0.95 | 0.17 | 26.27 | 0.9 | 0.44 |
| Hex | D4 | 63 | B | 0 | 35 | 5F | 11 | 1A | 5A | 2C |
| Octal | 324 | 143 | 13 | 0 | 65 | 137 | 21 | 32 | 132 | 54 |
| Binary | 11010100 | 1100011 | 1011 | 0 | 110101 | 1011111 | 10001 | 11010 | 1011010 | 101100 |
Color Harmonies of #D4630B
Complementary color
Monochromatic Colors of #D4630B
Black with #D4630B
Text Example
Text Example
White with #D4630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4630B; }
p { color: rgb(212,99,11); }
H1.HeaderClassName
{
color: #D4630B;
}
.AnyTagClassName
{
color: #D4630B;
}
</style>
background-color css
<style>
a { background-color: #D4630B; }
a { background-color: rgb(212,99,11); }
div.DivClassName
{
background-color: #D4630B;
}
.BgClassName
{
background-color: #D4630B;
}
</style>
border-color css
<style>
span { border-color: #D4630B; }
span { border-color: rgb(212,99,11); }
td.TdClassName
{
border-color: #D4630B;
}
.TagClassName
{
border-color: #D4630B;
}
</style>