Shades of Tenne (Tawny) #D56702
Tints of Tenne (Tawny) #D56702
RGB
CMYK
RGB Variations
Color information
#D56702 (or 0xD56702) is known color: Tenne (Tawny). HEX triplet: D5, 67 and 02. RGB value is (213,103,2). Sum of RGB (Red+Green+Blue) = 213+103+2=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D56702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56702 is #2A98FD. Grayscale: #7C7C7C. Windows color (decimal): -2791678 or 157653. OLE color: 157653.
HSL color Cylindrical-coordinate representation of color #D56702: hue angle of 28.72º 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 #D56702 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.16 |
| HSL | 28.72º | 0.98% | 0.42% | - |
| HSV(B) | 28.72º | 0.99% | 0.84% | - |
| XYZ | 32.3 | 23.85 | 2.96 | - |
| YUV | 124.38 | 58.94 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 2 | 0 | 0.52 | 0.99 | 0.16 | 28.72 | 0.98 | 0.42 |
| Hex | D5 | 67 | 2 | 0 | 34 | 63 | 10 | 1D | 62 | 2A |
| Octal | 325 | 147 | 2 | 0 | 64 | 143 | 20 | 35 | 142 | 52 |
| Binary | 11010101 | 1100111 | 10 | 0 | 110100 | 1100011 | 10000 | 11101 | 1100010 | 101010 |
Color Harmonies of #D56702
Complementary color
Monochromatic Colors of #D56702
Black with #D56702
Text Example
Text Example
White with #D56702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56702; }
p { color: rgb(213,103,2); }
H1.HeaderClassName
{
color: #D56702;
}
.AnyTagClassName
{
color: #D56702;
}
</style>
background-color css
<style>
a { background-color: #D56702; }
a { background-color: rgb(213,103,2); }
div.DivClassName
{
background-color: #D56702;
}
.BgClassName
{
background-color: #D56702;
}
</style>
border-color css
<style>
span { border-color: #D56702; }
span { border-color: rgb(213,103,2); }
td.TdClassName
{
border-color: #D56702;
}
.TagClassName
{
border-color: #D56702;
}
</style>