Shades of Trinidad #D04F32
Tints of Trinidad #D04F32
RGB
CMYK
RGB Variations
Color information
#D04F32 (or 0xD04F32) is known color: Trinidad. HEX triplet: D0, 4F and 32. RGB value is (208,79,50). Sum of RGB (Red+Green+Blue) = 208+79+50=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F32 is #2FB0CD. Grayscale: #727272. Windows color (decimal): -3125454 or 3297232. OLE color: 3297232.
HSL color Cylindrical-coordinate representation of color #D04F32: hue angle of 11.01º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D04F32 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 50 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.18 |
| HSL | 11.01º | 0.63% | 0.51% | - |
| HSV(B) | 11.01º | 0.76% | 0.82% | - |
| XYZ | 29.38 | 19.23 | 5.18 | - |
| YUV | 114.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 50 | 0 | 0.62 | 0.76 | 0.18 | 11.01 | 0.63 | 0.51 |
| Hex | D0 | 4F | 32 | 0 | 3E | 4C | 12 | B | 3F | 33 |
| Octal | 320 | 117 | 62 | 0 | 76 | 114 | 22 | 13 | 77 | 63 |
| Binary | 11010000 | 1001111 | 110010 | 0 | 111110 | 1001100 | 10010 | 1011 | 111111 | 110011 |
Color Harmonies of #D04F32
Complementary color
Monochromatic Colors of #D04F32
Black with #D04F32
Text Example
Text Example
White with #D04F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F32; }
p { color: rgb(208,79,50); }
H1.HeaderClassName
{
color: #D04F32;
}
.AnyTagClassName
{
color: #D04F32;
}
</style>
background-color css
<style>
a { background-color: #D04F32; }
a { background-color: rgb(208,79,50); }
div.DivClassName
{
background-color: #D04F32;
}
.BgClassName
{
background-color: #D04F32;
}
</style>
border-color css
<style>
span { border-color: #D04F32; }
span { border-color: rgb(208,79,50); }
td.TdClassName
{
border-color: #D04F32;
}
.TagClassName
{
border-color: #D04F32;
}
</style>