Shades of Tenne (Tawny) #D65C02
Tints of Tenne (Tawny) #D65C02
RGB
CMYK
RGB Variations
Color information
#D65C02 (or 0xD65C02) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 02. RGB value is (214,92,2). Sum of RGB (Red+Green+Blue) = 214+92+2=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C02 is #29A3FD. Grayscale: #767676. Windows color (decimal): -2728958 or 154838. OLE color: 154838.
HSL color Cylindrical-coordinate representation of color #D65C02: hue angle of 25.47º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D65C02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.16 |
| HSL | 25.47º | 0.98% | 0.42% | - |
| HSV(B) | 25.47º | 0.99% | 0.84% | - |
| XYZ | 31.57 | 21.95 | 2.63 | - |
| YUV | 118.22 | 62.42 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 2 | 0 | 0.57 | 0.99 | 0.16 | 25.47 | 0.98 | 0.42 |
| Hex | D6 | 5C | 2 | 0 | 39 | 63 | 10 | 19 | 62 | 2A |
| Octal | 326 | 134 | 2 | 0 | 71 | 143 | 20 | 31 | 142 | 52 |
| Binary | 11010110 | 1011100 | 10 | 0 | 111001 | 1100011 | 10000 | 11001 | 1100010 | 101010 |
Color Harmonies of #D65C02
Complementary color
Monochromatic Colors of #D65C02
Black with #D65C02
Text Example
Text Example
White with #D65C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C02; }
p { color: rgb(214,92,2); }
H1.HeaderClassName
{
color: #D65C02;
}
.AnyTagClassName
{
color: #D65C02;
}
</style>
background-color css
<style>
a { background-color: #D65C02; }
a { background-color: rgb(214,92,2); }
div.DivClassName
{
background-color: #D65C02;
}
.BgClassName
{
background-color: #D65C02;
}
</style>
border-color css
<style>
span { border-color: #D65C02; }
span { border-color: rgb(214,92,2); }
td.TdClassName
{
border-color: #D65C02;
}
.TagClassName
{
border-color: #D65C02;
}
</style>