Shades of Sunglo #D06456
Tints of Sunglo #D06456
RGB
CMYK
RGB Variations
Color information
#D06456 (or 0xD06456) is known color: Sunglo. HEX triplet: D0, 64 and 56. RGB value is (208,100,86). Sum of RGB (Red+Green+Blue) = 208+100+86=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D06456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06456 is #2F9BA9. Grayscale: #828282. Windows color (decimal): -3120042 or 5661904. OLE color: 5661904.
HSL color Cylindrical-coordinate representation of color #D06456: hue angle of 6.89º 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 #D06456 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 86 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.18 |
| HSL | 6.89º | 0.56% | 0.58% | - |
| HSV(B) | 6.89º | 0.59% | 0.82% | - |
| XYZ | 32.25 | 23.2 | 11.58 | - |
| YUV | 130.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 86 | 0 | 0.52 | 0.59 | 0.18 | 6.89 | 0.56 | 0.58 |
| Hex | D0 | 64 | 56 | 0 | 34 | 3B | 12 | 7 | 38 | 3A |
| Octal | 320 | 144 | 126 | 0 | 64 | 73 | 22 | 7 | 70 | 72 |
| Binary | 11010000 | 1100100 | 1010110 | 0 | 110100 | 111011 | 10010 | 111 | 111000 | 111010 |
Color Harmonies of #D06456
Complementary color
Monochromatic Colors of #D06456
Black with #D06456
Text Example
Text Example
White with #D06456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06456; }
p { color: rgb(208,100,86); }
H1.HeaderClassName
{
color: #D06456;
}
.AnyTagClassName
{
color: #D06456;
}
</style>
background-color css
<style>
a { background-color: #D06456; }
a { background-color: rgb(208,100,86); }
div.DivClassName
{
background-color: #D06456;
}
.BgClassName
{
background-color: #D06456;
}
</style>
border-color css
<style>
span { border-color: #D06456; }
span { border-color: rgb(208,100,86); }
td.TdClassName
{
border-color: #D06456;
}
.TagClassName
{
border-color: #D06456;
}
</style>