Shades of Tenne (Tawny) #D64C03
Tints of Tenne (Tawny) #D64C03
RGB
CMYK
RGB Variations
Color information
#D64C03 (or 0xD64C03) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 03. RGB value is (214,76,3). Sum of RGB (Red+Green+Blue) = 214+76+3=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C03 is #29B3FC. Grayscale: #6D6D6D. Windows color (decimal): -2733053 or 216278. OLE color: 216278.
HSL color Cylindrical-coordinate representation of color #D64C03: hue angle of 20.76º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64C03 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.16 |
| HSL | 20.76º | 0.97% | 0.43% | - |
| HSV(B) | 20.76º | 0.99% | 0.84% | - |
| XYZ | 30.33 | 19.47 | 2.25 | - |
| YUV | 108.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 3 | 0 | 0.64 | 0.99 | 0.16 | 20.76 | 0.97 | 0.43 |
| Hex | D6 | 4C | 3 | 0 | 40 | 63 | 10 | 15 | 61 | 2B |
| Octal | 326 | 114 | 3 | 0 | 100 | 143 | 20 | 25 | 141 | 53 |
| Binary | 11010110 | 1001100 | 11 | 0 | 1000000 | 1100011 | 10000 | 10101 | 1100001 | 101011 |
Color Harmonies of #D64C03
Complementary color
Monochromatic Colors of #D64C03
Black with #D64C03
Text Example
Text Example
White with #D64C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C03; }
p { color: rgb(214,76,3); }
H1.HeaderClassName
{
color: #D64C03;
}
.AnyTagClassName
{
color: #D64C03;
}
</style>
background-color css
<style>
a { background-color: #D64C03; }
a { background-color: rgb(214,76,3); }
div.DivClassName
{
background-color: #D64C03;
}
.BgClassName
{
background-color: #D64C03;
}
</style>
border-color css
<style>
span { border-color: #D64C03; }
span { border-color: rgb(214,76,3); }
td.TdClassName
{
border-color: #D64C03;
}
.TagClassName
{
border-color: #D64C03;
}
</style>