Shades of Trinidad #D84D26
Tints of Trinidad #D84D26
RGB
CMYK
RGB Variations
Color information
#D84D26 (or 0xD84D26) is known color: Trinidad. HEX triplet: D8, 4D and 26. RGB value is (216,77,38). Sum of RGB (Red+Green+Blue) = 216+77+38=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D26 is #27B2D9. Grayscale: #727272. Windows color (decimal): -2601690 or 2510296. OLE color: 2510296.
HSL color Cylindrical-coordinate representation of color #D84D26: hue angle of 13.15º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D84D26 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 38 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.15 |
| HSL | 13.15º | 0.7% | 0.5% | - |
| HSV(B) | 13.15º | 0.82% | 0.85% | - |
| XYZ | 31.32 | 20.05 | 4.05 | - |
| YUV | 114.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 38 | 0 | 0.64 | 0.82 | 0.15 | 13.15 | 0.7 | 0.5 |
| Hex | D8 | 4D | 26 | 0 | 40 | 52 | F | D | 46 | 32 |
| Octal | 330 | 115 | 46 | 0 | 100 | 122 | 17 | 15 | 106 | 62 |
| Binary | 11011000 | 1001101 | 100110 | 0 | 1000000 | 1010010 | 1111 | 1101 | 1000110 | 110010 |
Color Harmonies of #D84D26
Complementary color
Monochromatic Colors of #D84D26
Black with #D84D26
Text Example
Text Example
White with #D84D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D26; }
p { color: rgb(216,77,38); }
H1.HeaderClassName
{
color: #D84D26;
}
.AnyTagClassName
{
color: #D84D26;
}
</style>
background-color css
<style>
a { background-color: #D84D26; }
a { background-color: rgb(216,77,38); }
div.DivClassName
{
background-color: #D84D26;
}
.BgClassName
{
background-color: #D84D26;
}
</style>
border-color css
<style>
span { border-color: #D84D26; }
span { border-color: rgb(216,77,38); }
td.TdClassName
{
border-color: #D84D26;
}
.TagClassName
{
border-color: #D84D26;
}
</style>