Shades of Sunglo #D06155
Tints of Sunglo #D06155
RGB
CMYK
RGB Variations
Color information
#D06155 (or 0xD06155) is known color: Sunglo. HEX triplet: D0, 61 and 55. RGB value is (208,97,85). Sum of RGB (Red+Green+Blue) = 208+97+85=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D06155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06155 is #2F9EAA. Grayscale: #808080. Windows color (decimal): -3120811 or 5595600. OLE color: 5595600.
HSL color Cylindrical-coordinate representation of color #D06155: hue angle of 5.85º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06155 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 85 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.18 |
| HSL | 5.85º | 0.57% | 0.57% | - |
| HSV(B) | 5.85º | 0.59% | 0.82% | - |
| XYZ | 31.93 | 22.62 | 11.28 | - |
| YUV | 128.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 85 | 0 | 0.53 | 0.59 | 0.18 | 5.85 | 0.57 | 0.57 |
| Hex | D0 | 61 | 55 | 0 | 35 | 3B | 12 | 6 | 39 | 39 |
| Octal | 320 | 141 | 125 | 0 | 65 | 73 | 22 | 6 | 71 | 71 |
| Binary | 11010000 | 1100001 | 1010101 | 0 | 110101 | 111011 | 10010 | 110 | 111001 | 111001 |
Color Harmonies of #D06155
Complementary color
Monochromatic Colors of #D06155
Black with #D06155
Text Example
Text Example
White with #D06155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06155; }
p { color: rgb(208,97,85); }
H1.HeaderClassName
{
color: #D06155;
}
.AnyTagClassName
{
color: #D06155;
}
</style>
background-color css
<style>
a { background-color: #D06155; }
a { background-color: rgb(208,97,85); }
div.DivClassName
{
background-color: #D06155;
}
.BgClassName
{
background-color: #D06155;
}
</style>
border-color css
<style>
span { border-color: #D06155; }
span { border-color: rgb(208,97,85); }
td.TdClassName
{
border-color: #D06155;
}
.TagClassName
{
border-color: #D06155;
}
</style>