Shades of Tenne (Tawny) #D65701
Tints of Tenne (Tawny) #D65701
RGB
CMYK
RGB Variations
Color information
#D65701 (or 0xD65701) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 01. RGB value is (214,87,1). Sum of RGB (Red+Green+Blue) = 214+87+1=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D65701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65701 is #29A8FE. Grayscale: #737373. Windows color (decimal): -2730239 or 88022. OLE color: 88022.
HSL color Cylindrical-coordinate representation of color #D65701: hue angle of 24.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D65701 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.16 |
| HSL | 24.23º | 0.99% | 0.42% | - |
| HSV(B) | 24.23º | 1% | 0.84% | - |
| XYZ | 31.15 | 21.11 | 2.46 | - |
| YUV | 115.17 | 63.58 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 1 | 0 | 0.59 | 1.00 | 0.16 | 24.23 | 0.99 | 0.42 |
| Hex | D6 | 57 | 1 | 0 | 3B | 64 | 10 | 18 | 63 | 2A |
| Octal | 326 | 127 | 1 | 0 | 73 | 144 | 20 | 30 | 143 | 52 |
| Binary | 11010110 | 1010111 | 1 | 0 | 111011 | 1100100 | 10000 | 11000 | 1100011 | 101010 |
Color Harmonies of #D65701
Complementary color
Monochromatic Colors of #D65701
Black with #D65701
Text Example
Text Example
White with #D65701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65701; }
p { color: rgb(214,87,1); }
H1.HeaderClassName
{
color: #D65701;
}
.AnyTagClassName
{
color: #D65701;
}
</style>
background-color css
<style>
a { background-color: #D65701; }
a { background-color: rgb(214,87,1); }
div.DivClassName
{
background-color: #D65701;
}
.BgClassName
{
background-color: #D65701;
}
</style>
border-color css
<style>
span { border-color: #D65701; }
span { border-color: rgb(214,87,1); }
td.TdClassName
{
border-color: #D65701;
}
.TagClassName
{
border-color: #D65701;
}
</style>