Shades of Sunglo #D06253
Tints of Sunglo #D06253
RGB
CMYK
RGB Variations
Color information
#D06253 (or 0xD06253) is known color: Sunglo. HEX triplet: D0, 62 and 53. RGB value is (208,98,83). Sum of RGB (Red+Green+Blue) = 208+98+83=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D06253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06253 is #2F9DAC. Grayscale: #818181. Windows color (decimal): -3120557 or 5464784. OLE color: 5464784.
HSL color Cylindrical-coordinate representation of color #D06253: hue angle of 7.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D06253 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 83 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.18 |
| HSL | 7.2º | 0.57% | 0.57% | - |
| HSV(B) | 7.2º | 0.6% | 0.82% | - |
| XYZ | 31.94 | 22.77 | 10.9 | - |
| YUV | 129.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 83 | 0 | 0.53 | 0.60 | 0.18 | 7.2 | 0.57 | 0.57 |
| Hex | D0 | 62 | 53 | 0 | 35 | 3C | 12 | 7 | 39 | 39 |
| Octal | 320 | 142 | 123 | 0 | 65 | 74 | 22 | 7 | 71 | 71 |
| Binary | 11010000 | 1100010 | 1010011 | 0 | 110101 | 111100 | 10010 | 111 | 111001 | 111001 |
Color Harmonies of #D06253
Complementary color
Monochromatic Colors of #D06253
Black with #D06253
Text Example
Text Example
White with #D06253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06253; }
p { color: rgb(208,98,83); }
H1.HeaderClassName
{
color: #D06253;
}
.AnyTagClassName
{
color: #D06253;
}
</style>
background-color css
<style>
a { background-color: #D06253; }
a { background-color: rgb(208,98,83); }
div.DivClassName
{
background-color: #D06253;
}
.BgClassName
{
background-color: #D06253;
}
</style>
border-color css
<style>
span { border-color: #D06253; }
span { border-color: rgb(208,98,83); }
td.TdClassName
{
border-color: #D06253;
}
.TagClassName
{
border-color: #D06253;
}
</style>