Shades of Sunglo #D16154
Tints of Sunglo #D16154
RGB
CMYK
RGB Variations
Color information
#D16154 (or 0xD16154) is known color: Sunglo. HEX triplet: D1, 61 and 54. RGB value is (209,97,84). Sum of RGB (Red+Green+Blue) = 209+97+84=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D16154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16154 is #2E9EAB. Grayscale: #818181. Windows color (decimal): -3055276 or 5530065. OLE color: 5530065.
HSL color Cylindrical-coordinate representation of color #D16154: hue angle of 6.24º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D16154 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 84 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.18 |
| HSL | 6.24º | 0.58% | 0.57% | - |
| HSV(B) | 6.24º | 0.6% | 0.82% | - |
| XYZ | 32.17 | 22.74 | 11.08 | - |
| YUV | 129.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 84 | 0 | 0.54 | 0.60 | 0.18 | 6.24 | 0.58 | 0.57 |
| Hex | D1 | 61 | 54 | 0 | 36 | 3C | 12 | 6 | 3A | 39 |
| Octal | 321 | 141 | 124 | 0 | 66 | 74 | 22 | 6 | 72 | 71 |
| Binary | 11010001 | 1100001 | 1010100 | 0 | 110110 | 111100 | 10010 | 110 | 111010 | 111001 |
Color Harmonies of #D16154
Complementary color
Monochromatic Colors of #D16154
Black with #D16154
Text Example
Text Example
White with #D16154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16154; }
p { color: rgb(209,97,84); }
H1.HeaderClassName
{
color: #D16154;
}
.AnyTagClassName
{
color: #D16154;
}
</style>
background-color css
<style>
a { background-color: #D16154; }
a { background-color: rgb(209,97,84); }
div.DivClassName
{
background-color: #D16154;
}
.BgClassName
{
background-color: #D16154;
}
</style>
border-color css
<style>
span { border-color: #D16154; }
span { border-color: rgb(209,97,84); }
td.TdClassName
{
border-color: #D16154;
}
.TagClassName
{
border-color: #D16154;
}
</style>