Shades of Tenne (Tawny) #DA630B
Tints of Tenne (Tawny) #DA630B
RGB
CMYK
RGB Variations
Color information
#DA630B (or 0xDA630B) is known color: Tenne (Tawny). HEX triplet: DA, 63 and 0B. RGB value is (218,99,11). Sum of RGB (Red+Green+Blue) = 218+99+11=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA630B is #259CF4. Grayscale: #7D7D7D. Windows color (decimal): -2465013 or 746458. OLE color: 746458.
HSL color Cylindrical-coordinate representation of color #DA630B: hue angle of 25.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA630B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.15 |
| HSL | 25.51º | 0.9% | 0.45% | - |
| HSV(B) | 25.51º | 0.95% | 0.85% | - |
| XYZ | 33.44 | 23.85 | 3.16 | - |
| YUV | 124.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 11 | 0 | 0.55 | 0.95 | 0.15 | 25.51 | 0.9 | 0.45 |
| Hex | DA | 63 | B | 0 | 37 | 5F | F | 1A | 5A | 2D |
| Octal | 332 | 143 | 13 | 0 | 67 | 137 | 17 | 32 | 132 | 55 |
| Binary | 11011010 | 1100011 | 1011 | 0 | 110111 | 1011111 | 1111 | 11010 | 1011010 | 101101 |
Color Harmonies of #DA630B
Complementary color
Monochromatic Colors of #DA630B
Black with #DA630B
Text Example
Text Example
White with #DA630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA630B; }
p { color: rgb(218,99,11); }
H1.HeaderClassName
{
color: #DA630B;
}
.AnyTagClassName
{
color: #DA630B;
}
</style>
background-color css
<style>
a { background-color: #DA630B; }
a { background-color: rgb(218,99,11); }
div.DivClassName
{
background-color: #DA630B;
}
.BgClassName
{
background-color: #DA630B;
}
</style>
border-color css
<style>
span { border-color: #DA630B; }
span { border-color: rgb(218,99,11); }
td.TdClassName
{
border-color: #DA630B;
}
.TagClassName
{
border-color: #DA630B;
}
</style>