Shades of Sunglo #D06356
Tints of Sunglo #D06356
RGB
CMYK
RGB Variations
Color information
#D06356 (or 0xD06356) is known color: Sunglo. HEX triplet: D0, 63 and 56. RGB value is (208,99,86). Sum of RGB (Red+Green+Blue) = 208+99+86=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D06356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06356 is #2F9CA9. Grayscale: #828282. Windows color (decimal): -3120298 or 5661648. OLE color: 5661648.
HSL color Cylindrical-coordinate representation of color #D06356: hue angle of 6.39º 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 #D06356 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 86 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.18 |
| HSL | 6.39º | 0.56% | 0.58% | - |
| HSV(B) | 6.39º | 0.59% | 0.82% | - |
| XYZ | 32.15 | 23.01 | 11.55 | - |
| YUV | 130.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 86 | 0 | 0.52 | 0.59 | 0.18 | 6.39 | 0.56 | 0.58 |
| Hex | D0 | 63 | 56 | 0 | 34 | 3B | 12 | 6 | 38 | 3A |
| Octal | 320 | 143 | 126 | 0 | 64 | 73 | 22 | 6 | 70 | 72 |
| Binary | 11010000 | 1100011 | 1010110 | 0 | 110100 | 111011 | 10010 | 110 | 111000 | 111010 |
Color Harmonies of #D06356
Complementary color
Monochromatic Colors of #D06356
Black with #D06356
Text Example
Text Example
White with #D06356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06356; }
p { color: rgb(208,99,86); }
H1.HeaderClassName
{
color: #D06356;
}
.AnyTagClassName
{
color: #D06356;
}
</style>
background-color css
<style>
a { background-color: #D06356; }
a { background-color: rgb(208,99,86); }
div.DivClassName
{
background-color: #D06356;
}
.BgClassName
{
background-color: #D06356;
}
</style>
border-color css
<style>
span { border-color: #D06356; }
span { border-color: rgb(208,99,86); }
td.TdClassName
{
border-color: #D06356;
}
.TagClassName
{
border-color: #D06356;
}
</style>