Shades of Trinidad #D84D22
Tints of Trinidad #D84D22
RGB
CMYK
RGB Variations
Color information
#D84D22 (or 0xD84D22) is known color: Trinidad. HEX triplet: D8, 4D and 22. RGB value is (216,77,34). Sum of RGB (Red+Green+Blue) = 216+77+34=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D22 is #27B2DD. Grayscale: #717171. Windows color (decimal): -2601694 or 2248152. OLE color: 2248152.
HSL color Cylindrical-coordinate representation of color #D84D22: hue angle of 14.18º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84D22 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 34 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.15 |
| HSL | 14.18º | 0.73% | 0.49% | - |
| HSV(B) | 14.18º | 0.84% | 0.85% | - |
| XYZ | 31.26 | 20.02 | 3.73 | - |
| YUV | 113.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 34 | 0 | 0.64 | 0.84 | 0.15 | 14.18 | 0.73 | 0.49 |
| Hex | D8 | 4D | 22 | 0 | 40 | 54 | F | E | 49 | 31 |
| Octal | 330 | 115 | 42 | 0 | 100 | 124 | 17 | 16 | 111 | 61 |
| Binary | 11011000 | 1001101 | 100010 | 0 | 1000000 | 1010100 | 1111 | 1110 | 1001001 | 110001 |
Color Harmonies of #D84D22
Complementary color
Monochromatic Colors of #D84D22
Black with #D84D22
Text Example
Text Example
White with #D84D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D22; }
p { color: rgb(216,77,34); }
H1.HeaderClassName
{
color: #D84D22;
}
.AnyTagClassName
{
color: #D84D22;
}
</style>
background-color css
<style>
a { background-color: #D84D22; }
a { background-color: rgb(216,77,34); }
div.DivClassName
{
background-color: #D84D22;
}
.BgClassName
{
background-color: #D84D22;
}
</style>
border-color css
<style>
span { border-color: #D84D22; }
span { border-color: rgb(216,77,34); }
td.TdClassName
{
border-color: #D84D22;
}
.TagClassName
{
border-color: #D84D22;
}
</style>