Shades of Sunglo #D06051
Tints of Sunglo #D06051
RGB
CMYK
RGB Variations
Color information
#D06051 (or 0xD06051) is known color: Sunglo. HEX triplet: D0, 60 and 51. RGB value is (208,96,81). Sum of RGB (Red+Green+Blue) = 208+96+81=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D06051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06051 is #2F9FAE. Grayscale: #7F7F7F. Windows color (decimal): -3121071 or 5333200. OLE color: 5333200.
HSL color Cylindrical-coordinate representation of color #D06051: hue angle of 7.09º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D06051 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 81 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.18 |
| HSL | 7.09º | 0.57% | 0.57% | - |
| HSV(B) | 7.09º | 0.61% | 0.82% | - |
| XYZ | 31.68 | 22.37 | 10.43 | - |
| YUV | 127.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 81 | 0 | 0.54 | 0.61 | 0.18 | 7.09 | 0.57 | 0.57 |
| Hex | D0 | 60 | 51 | 0 | 36 | 3D | 12 | 7 | 39 | 39 |
| Octal | 320 | 140 | 121 | 0 | 66 | 75 | 22 | 7 | 71 | 71 |
| Binary | 11010000 | 1100000 | 1010001 | 0 | 110110 | 111101 | 10010 | 111 | 111001 | 111001 |
Color Harmonies of #D06051
Complementary color
Monochromatic Colors of #D06051
Black with #D06051
Text Example
Text Example
White with #D06051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06051; }
p { color: rgb(208,96,81); }
H1.HeaderClassName
{
color: #D06051;
}
.AnyTagClassName
{
color: #D06051;
}
</style>
background-color css
<style>
a { background-color: #D06051; }
a { background-color: rgb(208,96,81); }
div.DivClassName
{
background-color: #D06051;
}
.BgClassName
{
background-color: #D06051;
}
</style>
border-color css
<style>
span { border-color: #D06051; }
span { border-color: rgb(208,96,81); }
td.TdClassName
{
border-color: #D06051;
}
.TagClassName
{
border-color: #D06051;
}
</style>