Shades of Sunglo #D06556
Tints of Sunglo #D06556
RGB
CMYK
RGB Variations
Color information
#D06556 (or 0xD06556) is known color: Sunglo. HEX triplet: D0, 65 and 56. RGB value is (208,101,86). Sum of RGB (Red+Green+Blue) = 208+101+86=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D06556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06556 is #2F9AA9. Grayscale: #838383. Windows color (decimal): -3119786 or 5662160. OLE color: 5662160.
HSL color Cylindrical-coordinate representation of color #D06556: hue angle of 7.38º degrees, saturation: 0.56, 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 #D06556 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 86 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.18 |
| HSL | 7.38º | 0.56% | 0.58% | - |
| HSV(B) | 7.38º | 0.59% | 0.82% | - |
| XYZ | 32.35 | 23.39 | 11.61 | - |
| YUV | 131.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 86 | 0 | 0.51 | 0.59 | 0.18 | 7.38 | 0.56 | 0.58 |
| Hex | D0 | 65 | 56 | 0 | 33 | 3B | 12 | 7 | 38 | 3A |
| Octal | 320 | 145 | 126 | 0 | 63 | 73 | 22 | 7 | 70 | 72 |
| Binary | 11010000 | 1100101 | 1010110 | 0 | 110011 | 111011 | 10010 | 111 | 111000 | 111010 |
Color Harmonies of #D06556
Complementary color
Monochromatic Colors of #D06556
Black with #D06556
Text Example
Text Example
White with #D06556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06556; }
p { color: rgb(208,101,86); }
H1.HeaderClassName
{
color: #D06556;
}
.AnyTagClassName
{
color: #D06556;
}
</style>
background-color css
<style>
a { background-color: #D06556; }
a { background-color: rgb(208,101,86); }
div.DivClassName
{
background-color: #D06556;
}
.BgClassName
{
background-color: #D06556;
}
</style>
border-color css
<style>
span { border-color: #D06556; }
span { border-color: rgb(208,101,86); }
td.TdClassName
{
border-color: #D06556;
}
.TagClassName
{
border-color: #D06556;
}
</style>