Shades of Tenne (Tawny) #D04B05
Tints of Tenne (Tawny) #D04B05
RGB
CMYK
RGB Variations
Color information
#D04B05 (or 0xD04B05) is known color: Tenne (Tawny). HEX triplet: D0, 4B and 05. RGB value is (208,75,5). Sum of RGB (Red+Green+Blue) = 208+75+5=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04B05 is #2FB4FA. Grayscale: #6B6B6B. Windows color (decimal): -3126523 or 347088. OLE color: 347088.
HSL color Cylindrical-coordinate representation of color #D04B05: hue angle of 20.69º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D04B05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 75 | 5 | - |
CMYK | 0 | 0.64 | 0.98 | 0.18 |
HSL | 20.69º | 0.95% | 0.42% | - |
HSV(B) | 20.69º | 0.98% | 0.82% | - |
XYZ | 28.56 | 18.45 | 2.2 | - |
YUV | 106.79 | 70.56 | 200.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 75 | 5 | 0 | 0.64 | 0.98 | 0.18 | 20.69 | 0.95 | 0.42 |
Hex | D0 | 4B | 5 | 0 | 40 | 62 | 12 | 15 | 5F | 2A |
Octal | 320 | 113 | 5 | 0 | 100 | 142 | 22 | 25 | 137 | 52 |
Binary | 11010000 | 1001011 | 101 | 0 | 1000000 | 1100010 | 10010 | 10101 | 1011111 | 101010 |
Color Harmonies of #D04B05
Complementary color
Monochromatic Colors of #D04B05
Black with #D04B05
Text Example
Text Example
White with #D04B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B05; }
p { color: rgb(208,75,5); }
H1.HeaderClassName
{
color: #D04B05;
}
.AnyTagClassName
{
color: #D04B05;
}
</style>
background-color css
<style>
a { background-color: #D04B05; }
a { background-color: rgb(208,75,5); }
div.DivClassName
{
background-color: #D04B05;
}
.BgClassName
{
background-color: #D04B05;
}
</style>
border-color css
<style>
span { border-color: #D04B05; }
span { border-color: rgb(208,75,5); }
td.TdClassName
{
border-color: #D04B05;
}
.TagClassName
{
border-color: #D04B05;
}
</style>