Shades of Sunglo #D06256
Tints of Sunglo #D06256
RGB
CMYK
RGB Variations
Color information
#D06256 (or 0xD06256) is known color: Sunglo. HEX triplet: D0, 62 and 56. RGB value is (208,98,86). Sum of RGB (Red+Green+Blue) = 208+98+86=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D06256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06256 is #2F9DA9. Grayscale: #818181. Windows color (decimal): -3120554 or 5661392. OLE color: 5661392.
HSL color Cylindrical-coordinate representation of color #D06256: hue angle of 5.9º 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 #D06256 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 86 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.18 |
| HSL | 5.9º | 0.56% | 0.58% | - |
| HSV(B) | 5.9º | 0.59% | 0.82% | - |
| XYZ | 32.06 | 22.82 | 11.52 | - |
| YUV | 129.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 86 | 0 | 0.53 | 0.59 | 0.18 | 5.9 | 0.56 | 0.58 |
| Hex | D0 | 62 | 56 | 0 | 35 | 3B | 12 | 6 | 38 | 3A |
| Octal | 320 | 142 | 126 | 0 | 65 | 73 | 22 | 6 | 70 | 72 |
| Binary | 11010000 | 1100010 | 1010110 | 0 | 110101 | 111011 | 10010 | 110 | 111000 | 111010 |
Color Harmonies of #D06256
Complementary color
Monochromatic Colors of #D06256
Black with #D06256
Text Example
Text Example
White with #D06256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06256; }
p { color: rgb(208,98,86); }
H1.HeaderClassName
{
color: #D06256;
}
.AnyTagClassName
{
color: #D06256;
}
</style>
background-color css
<style>
a { background-color: #D06256; }
a { background-color: rgb(208,98,86); }
div.DivClassName
{
background-color: #D06256;
}
.BgClassName
{
background-color: #D06256;
}
</style>
border-color css
<style>
span { border-color: #D06256; }
span { border-color: rgb(208,98,86); }
td.TdClassName
{
border-color: #D06256;
}
.TagClassName
{
border-color: #D06256;
}
</style>