Shades of Sunglo #D06656
Tints of Sunglo #D06656
RGB
CMYK
RGB Variations
Color information
#D06656 (or 0xD06656) is known color: Sunglo. HEX triplet: D0, 66 and 56. RGB value is (208,102,86). Sum of RGB (Red+Green+Blue) = 208+102+86=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06656 is #2F99A9. Grayscale: #848484. Windows color (decimal): -3119530 or 5662416. OLE color: 5662416.
HSL color Cylindrical-coordinate representation of color #D06656: hue angle of 7.87º 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 #D06656 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 86 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.18 |
| HSL | 7.87º | 0.56% | 0.58% | - |
| HSV(B) | 7.87º | 0.59% | 0.82% | - |
| XYZ | 32.44 | 23.58 | 11.65 | - |
| YUV | 131.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 86 | 0 | 0.51 | 0.59 | 0.18 | 7.87 | 0.56 | 0.58 |
| Hex | D0 | 66 | 56 | 0 | 33 | 3B | 12 | 8 | 38 | 3A |
| Octal | 320 | 146 | 126 | 0 | 63 | 73 | 22 | 10 | 70 | 72 |
| Binary | 11010000 | 1100110 | 1010110 | 0 | 110011 | 111011 | 10010 | 1000 | 111000 | 111010 |
Color Harmonies of #D06656
Complementary color
Monochromatic Colors of #D06656
Black with #D06656
Text Example
Text Example
White with #D06656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06656; }
p { color: rgb(208,102,86); }
H1.HeaderClassName
{
color: #D06656;
}
.AnyTagClassName
{
color: #D06656;
}
</style>
background-color css
<style>
a { background-color: #D06656; }
a { background-color: rgb(208,102,86); }
div.DivClassName
{
background-color: #D06656;
}
.BgClassName
{
background-color: #D06656;
}
</style>
border-color css
<style>
span { border-color: #D06656; }
span { border-color: rgb(208,102,86); }
td.TdClassName
{
border-color: #D06656;
}
.TagClassName
{
border-color: #D06656;
}
</style>