Shades of Tango #D06F28
Tints of Tango #D06F28
RGB
CMYK
RGB Variations
Color information
#D06F28 (or 0xD06F28) is known color: Tango. HEX triplet: D0, 6F and 28. RGB value is (208,111,40). Sum of RGB (Red+Green+Blue) = 208+111+40=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F28 is #2F90D7. Grayscale: #848484. Windows color (decimal): -3117272 or 2650064. OLE color: 2650064.
HSL color Cylindrical-coordinate representation of color #D06F28: hue angle of 25.36º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D06F28 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 40 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.18 |
| HSL | 25.36º | 0.68% | 0.49% | - |
| HSV(B) | 25.36º | 0.81% | 0.82% | - |
| XYZ | 32.08 | 24.93 | 5.13 | - |
| YUV | 131.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 40 | 0 | 0.47 | 0.81 | 0.18 | 25.36 | 0.68 | 0.49 |
| Hex | D0 | 6F | 28 | 0 | 2F | 51 | 12 | 19 | 44 | 31 |
| Octal | 320 | 157 | 50 | 0 | 57 | 121 | 22 | 31 | 104 | 61 |
| Binary | 11010000 | 1101111 | 101000 | 0 | 101111 | 1010001 | 10010 | 11001 | 1000100 | 110001 |
Color Harmonies of #D06F28
Complementary color
Monochromatic Colors of #D06F28
Black with #D06F28
Text Example
Text Example
White with #D06F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F28; }
p { color: rgb(208,111,40); }
H1.HeaderClassName
{
color: #D06F28;
}
.AnyTagClassName
{
color: #D06F28;
}
</style>
background-color css
<style>
a { background-color: #D06F28; }
a { background-color: rgb(208,111,40); }
div.DivClassName
{
background-color: #D06F28;
}
.BgClassName
{
background-color: #D06F28;
}
</style>
border-color css
<style>
span { border-color: #D06F28; }
span { border-color: rgb(208,111,40); }
td.TdClassName
{
border-color: #D06F28;
}
.TagClassName
{
border-color: #D06F28;
}
</style>