Shades of Trinidad #D84C22
Tints of Trinidad #D84C22
RGB
CMYK
RGB Variations
Color information
#D84C22 (or 0xD84C22) is known color: Trinidad. HEX triplet: D8, 4C and 22. RGB value is (216,76,34). Sum of RGB (Red+Green+Blue) = 216+76+34=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C22 is #27B3DD. Grayscale: #717171. Windows color (decimal): -2601950 or 2247896. OLE color: 2247896.
HSL color Cylindrical-coordinate representation of color #D84C22: hue angle of 13.85º 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 #D84C22 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 34 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.15 |
| HSL | 13.85º | 0.73% | 0.49% | - |
| HSV(B) | 13.85º | 0.84% | 0.85% | - |
| XYZ | 31.19 | 19.88 | 3.71 | - |
| YUV | 113.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 34 | 0 | 0.65 | 0.84 | 0.15 | 13.85 | 0.73 | 0.49 |
| Hex | D8 | 4C | 22 | 0 | 41 | 54 | F | E | 49 | 31 |
| Octal | 330 | 114 | 42 | 0 | 101 | 124 | 17 | 16 | 111 | 61 |
| Binary | 11011000 | 1001100 | 100010 | 0 | 1000001 | 1010100 | 1111 | 1110 | 1001001 | 110001 |
Color Harmonies of #D84C22
Complementary color
Monochromatic Colors of #D84C22
Black with #D84C22
Text Example
Text Example
White with #D84C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C22; }
p { color: rgb(216,76,34); }
H1.HeaderClassName
{
color: #D84C22;
}
.AnyTagClassName
{
color: #D84C22;
}
</style>
background-color css
<style>
a { background-color: #D84C22; }
a { background-color: rgb(216,76,34); }
div.DivClassName
{
background-color: #D84C22;
}
.BgClassName
{
background-color: #D84C22;
}
</style>
border-color css
<style>
span { border-color: #D84C22; }
span { border-color: rgb(216,76,34); }
td.TdClassName
{
border-color: #D84C22;
}
.TagClassName
{
border-color: #D84C22;
}
</style>