Shades of Sunglo #D16654
Tints of Sunglo #D16654
RGB
CMYK
RGB Variations
Color information
#D16654 (or 0xD16654) is known color: Sunglo. HEX triplet: D1, 66 and 54. RGB value is (209,102,84). Sum of RGB (Red+Green+Blue) = 209+102+84=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D16654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16654 is #2E99AB. Grayscale: #848484. Windows color (decimal): -3053996 or 5531345. OLE color: 5531345.
HSL color Cylindrical-coordinate representation of color #D16654: hue angle of 8.64º 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 #D16654 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 84 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.18 |
| HSL | 8.64º | 0.58% | 0.57% | - |
| HSV(B) | 8.64º | 0.6% | 0.82% | - |
| XYZ | 32.65 | 23.7 | 11.24 | - |
| YUV | 131.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 84 | 0 | 0.51 | 0.60 | 0.18 | 8.64 | 0.58 | 0.57 |
| Hex | D1 | 66 | 54 | 0 | 33 | 3C | 12 | 9 | 3A | 39 |
| Octal | 321 | 146 | 124 | 0 | 63 | 74 | 22 | 11 | 72 | 71 |
| Binary | 11010001 | 1100110 | 1010100 | 0 | 110011 | 111100 | 10010 | 1001 | 111010 | 111001 |
Color Harmonies of #D16654
Complementary color
Monochromatic Colors of #D16654
Black with #D16654
Text Example
Text Example
White with #D16654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16654; }
p { color: rgb(209,102,84); }
H1.HeaderClassName
{
color: #D16654;
}
.AnyTagClassName
{
color: #D16654;
}
</style>
background-color css
<style>
a { background-color: #D16654; }
a { background-color: rgb(209,102,84); }
div.DivClassName
{
background-color: #D16654;
}
.BgClassName
{
background-color: #D16654;
}
</style>
border-color css
<style>
span { border-color: #D16654; }
span { border-color: rgb(209,102,84); }
td.TdClassName
{
border-color: #D16654;
}
.TagClassName
{
border-color: #D16654;
}
</style>