Shades of Sunglo #D16754
Tints of Sunglo #D16754
RGB
CMYK
RGB Variations
Color information
#D16754 (or 0xD16754) is known color: Sunglo. HEX triplet: D1, 67 and 54. RGB value is (209,103,84). Sum of RGB (Red+Green+Blue) = 209+103+84=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D16754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16754 is #2E98AB. Grayscale: #848484. Windows color (decimal): -3053740 or 5531601. OLE color: 5531601.
HSL color Cylindrical-coordinate representation of color #D16754: hue angle of 9.12º 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 #D16754 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 84 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.18 |
| HSL | 9.12º | 0.58% | 0.57% | - |
| HSV(B) | 9.12º | 0.6% | 0.82% | - |
| XYZ | 32.74 | 23.9 | 11.27 | - |
| YUV | 132.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 84 | 0 | 0.51 | 0.60 | 0.18 | 9.12 | 0.58 | 0.57 |
| Hex | D1 | 67 | 54 | 0 | 33 | 3C | 12 | 9 | 3A | 39 |
| Octal | 321 | 147 | 124 | 0 | 63 | 74 | 22 | 11 | 72 | 71 |
| Binary | 11010001 | 1100111 | 1010100 | 0 | 110011 | 111100 | 10010 | 1001 | 111010 | 111001 |
Color Harmonies of #D16754
Complementary color
Monochromatic Colors of #D16754
Black with #D16754
Text Example
Text Example
White with #D16754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16754; }
p { color: rgb(209,103,84); }
H1.HeaderClassName
{
color: #D16754;
}
.AnyTagClassName
{
color: #D16754;
}
</style>
background-color css
<style>
a { background-color: #D16754; }
a { background-color: rgb(209,103,84); }
div.DivClassName
{
background-color: #D16754;
}
.BgClassName
{
background-color: #D16754;
}
</style>
border-color css
<style>
span { border-color: #D16754; }
span { border-color: rgb(209,103,84); }
td.TdClassName
{
border-color: #D16754;
}
.TagClassName
{
border-color: #D16754;
}
</style>