Shades of Sunglo #D06355
Tints of Sunglo #D06355
RGB
CMYK
RGB Variations
Color information
#D06355 (or 0xD06355) is known color: Sunglo. HEX triplet: D0, 63 and 55. RGB value is (208,99,85). Sum of RGB (Red+Green+Blue) = 208+99+85=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D06355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06355 is #2F9CAA. Grayscale: #828282. Windows color (decimal): -3120299 or 5596112. OLE color: 5596112.
HSL color Cylindrical-coordinate representation of color #D06355: hue angle of 6.83º 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 #D06355 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 85 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.18 |
| HSL | 6.83º | 0.57% | 0.57% | - |
| HSV(B) | 6.83º | 0.59% | 0.82% | - |
| XYZ | 32.11 | 22.99 | 11.34 | - |
| YUV | 130 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 85 | 0 | 0.52 | 0.59 | 0.18 | 6.83 | 0.57 | 0.57 |
| Hex | D0 | 63 | 55 | 0 | 34 | 3B | 12 | 7 | 39 | 39 |
| Octal | 320 | 143 | 125 | 0 | 64 | 73 | 22 | 7 | 71 | 71 |
| Binary | 11010000 | 1100011 | 1010101 | 0 | 110100 | 111011 | 10010 | 111 | 111001 | 111001 |
Color Harmonies of #D06355
Complementary color
Monochromatic Colors of #D06355
Black with #D06355
Text Example
Text Example
White with #D06355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06355; }
p { color: rgb(208,99,85); }
H1.HeaderClassName
{
color: #D06355;
}
.AnyTagClassName
{
color: #D06355;
}
</style>
background-color css
<style>
a { background-color: #D06355; }
a { background-color: rgb(208,99,85); }
div.DivClassName
{
background-color: #D06355;
}
.BgClassName
{
background-color: #D06355;
}
</style>
border-color css
<style>
span { border-color: #D06355; }
span { border-color: rgb(208,99,85); }
td.TdClassName
{
border-color: #D06355;
}
.TagClassName
{
border-color: #D06355;
}
</style>