Shades of Trinidad #D04F20
Tints of Trinidad #D04F20
RGB
CMYK
RGB Variations
Color information
#D04F20 (or 0xD04F20) is known color: Trinidad. HEX triplet: D0, 4F and 20. RGB value is (208,79,32). Sum of RGB (Red+Green+Blue) = 208+79+32=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F20 is #2FB0DF. Grayscale: #707070. Windows color (decimal): -3125472 or 2117584. OLE color: 2117584.
HSL color Cylindrical-coordinate representation of color #D04F20: hue angle of 16.02º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D04F20 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.18 |
| HSL | 16.02º | 0.73% | 0.47% | - |
| HSV(B) | 16.02º | 0.85% | 0.82% | - |
| XYZ | 29.07 | 19.11 | 3.52 | - |
| YUV | 112.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 32 | 0 | 0.62 | 0.85 | 0.18 | 16.02 | 0.73 | 0.47 |
| Hex | D0 | 4F | 20 | 0 | 3E | 55 | 12 | 10 | 49 | 2F |
| Octal | 320 | 117 | 40 | 0 | 76 | 125 | 22 | 20 | 111 | 57 |
| Binary | 11010000 | 1001111 | 100000 | 0 | 111110 | 1010101 | 10010 | 10000 | 1001001 | 101111 |
Color Harmonies of #D04F20
Complementary color
Monochromatic Colors of #D04F20
Black with #D04F20
Text Example
Text Example
White with #D04F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F20; }
p { color: rgb(208,79,32); }
H1.HeaderClassName
{
color: #D04F20;
}
.AnyTagClassName
{
color: #D04F20;
}
</style>
background-color css
<style>
a { background-color: #D04F20; }
a { background-color: rgb(208,79,32); }
div.DivClassName
{
background-color: #D04F20;
}
.BgClassName
{
background-color: #D04F20;
}
</style>
border-color css
<style>
span { border-color: #D04F20; }
span { border-color: rgb(208,79,32); }
td.TdClassName
{
border-color: #D04F20;
}
.TagClassName
{
border-color: #D04F20;
}
</style>