Shades of Sunglo #D06353
Tints of Sunglo #D06353
RGB
CMYK
RGB Variations
Color information
#D06353 (or 0xD06353) is known color: Sunglo. HEX triplet: D0, 63 and 53. RGB value is (208,99,83). Sum of RGB (Red+Green+Blue) = 208+99+83=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D06353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06353 is #2F9CAC. Grayscale: #818181. Windows color (decimal): -3120301 or 5465040. OLE color: 5465040.
HSL color Cylindrical-coordinate representation of color #D06353: hue angle of 7.68º 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 #D06353 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 83 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.18 |
| HSL | 7.68º | 0.57% | 0.57% | - |
| HSV(B) | 7.68º | 0.6% | 0.82% | - |
| XYZ | 32.04 | 22.96 | 10.93 | - |
| YUV | 129.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 83 | 0 | 0.52 | 0.60 | 0.18 | 7.68 | 0.57 | 0.57 |
| Hex | D0 | 63 | 53 | 0 | 34 | 3C | 12 | 8 | 39 | 39 |
| Octal | 320 | 143 | 123 | 0 | 64 | 74 | 22 | 10 | 71 | 71 |
| Binary | 11010000 | 1100011 | 1010011 | 0 | 110100 | 111100 | 10010 | 1000 | 111001 | 111001 |
Color Harmonies of #D06353
Complementary color
Monochromatic Colors of #D06353
Black with #D06353
Text Example
Text Example
White with #D06353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06353; }
p { color: rgb(208,99,83); }
H1.HeaderClassName
{
color: #D06353;
}
.AnyTagClassName
{
color: #D06353;
}
</style>
background-color css
<style>
a { background-color: #D06353; }
a { background-color: rgb(208,99,83); }
div.DivClassName
{
background-color: #D06353;
}
.BgClassName
{
background-color: #D06353;
}
</style>
border-color css
<style>
span { border-color: #D06353; }
span { border-color: rgb(208,99,83); }
td.TdClassName
{
border-color: #D06353;
}
.TagClassName
{
border-color: #D06353;
}
</style>