Shades of Sunglo #D16355
Tints of Sunglo #D16355
RGB
CMYK
RGB Variations
Color information
#D16355 (or 0xD16355) is known color: Sunglo. HEX triplet: D1, 63 and 55. RGB value is (209,99,85). Sum of RGB (Red+Green+Blue) = 209+99+85=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D16355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16355 is #2E9CAA. Grayscale: #828282. Windows color (decimal): -3054763 or 5596113. OLE color: 5596113.
HSL color Cylindrical-coordinate representation of color #D16355: hue angle of 6.77º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16355 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 85 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.18 |
| HSL | 6.77º | 0.57% | 0.58% | - |
| HSV(B) | 6.77º | 0.59% | 0.82% | - |
| XYZ | 32.4 | 23.13 | 11.35 | - |
| YUV | 130.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 85 | 0 | 0.53 | 0.59 | 0.18 | 6.77 | 0.57 | 0.58 |
| Hex | D1 | 63 | 55 | 0 | 35 | 3B | 12 | 7 | 39 | 3A |
| Octal | 321 | 143 | 125 | 0 | 65 | 73 | 22 | 7 | 71 | 72 |
| Binary | 11010001 | 1100011 | 1010101 | 0 | 110101 | 111011 | 10010 | 111 | 111001 | 111010 |
Color Harmonies of #D16355
Complementary color
Monochromatic Colors of #D16355
Black with #D16355
Text Example
Text Example
White with #D16355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16355; }
p { color: rgb(209,99,85); }
H1.HeaderClassName
{
color: #D16355;
}
.AnyTagClassName
{
color: #D16355;
}
</style>
background-color css
<style>
a { background-color: #D16355; }
a { background-color: rgb(209,99,85); }
div.DivClassName
{
background-color: #D16355;
}
.BgClassName
{
background-color: #D16355;
}
</style>
border-color css
<style>
span { border-color: #D16355; }
span { border-color: rgb(209,99,85); }
td.TdClassName
{
border-color: #D16355;
}
.TagClassName
{
border-color: #D16355;
}
</style>