Shades of Trinidad #D84D24
Tints of Trinidad #D84D24
RGB
CMYK
RGB Variations
Color information
#D84D24 (or 0xD84D24) is known color: Trinidad. HEX triplet: D8, 4D and 24. RGB value is (216,77,36). Sum of RGB (Red+Green+Blue) = 216+77+36=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D24 is #27B2DB. Grayscale: #727272. Windows color (decimal): -2601692 or 2379224. OLE color: 2379224.
HSL color Cylindrical-coordinate representation of color #D84D24: hue angle of 13.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D84D24 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 36 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.15 |
| HSL | 13.67º | 0.71% | 0.49% | - |
| HSV(B) | 13.67º | 0.83% | 0.85% | - |
| XYZ | 31.29 | 20.03 | 3.89 | - |
| YUV | 113.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 36 | 0 | 0.64 | 0.83 | 0.15 | 13.67 | 0.71 | 0.49 |
| Hex | D8 | 4D | 24 | 0 | 40 | 53 | F | E | 47 | 31 |
| Octal | 330 | 115 | 44 | 0 | 100 | 123 | 17 | 16 | 107 | 61 |
| Binary | 11011000 | 1001101 | 100100 | 0 | 1000000 | 1010011 | 1111 | 1110 | 1000111 | 110001 |
Color Harmonies of #D84D24
Complementary color
Monochromatic Colors of #D84D24
Black with #D84D24
Text Example
Text Example
White with #D84D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D24; }
p { color: rgb(216,77,36); }
H1.HeaderClassName
{
color: #D84D24;
}
.AnyTagClassName
{
color: #D84D24;
}
</style>
background-color css
<style>
a { background-color: #D84D24; }
a { background-color: rgb(216,77,36); }
div.DivClassName
{
background-color: #D84D24;
}
.BgClassName
{
background-color: #D84D24;
}
</style>
border-color css
<style>
span { border-color: #D84D24; }
span { border-color: rgb(216,77,36); }
td.TdClassName
{
border-color: #D84D24;
}
.TagClassName
{
border-color: #D84D24;
}
</style>