Shades of Sunglo #D06454
Tints of Sunglo #D06454
RGB
CMYK
RGB Variations
Color information
#D06454 (or 0xD06454) is known color: Sunglo. HEX triplet: D0, 64 and 54. RGB value is (208,100,84). Sum of RGB (Red+Green+Blue) = 208+100+84=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D06454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06454 is #2F9BAB. Grayscale: #828282. Windows color (decimal): -3120044 or 5530832. OLE color: 5530832.
HSL color Cylindrical-coordinate representation of color #D06454: hue angle of 7.74º 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 #D06454 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 84 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.18 |
| HSL | 7.74º | 0.57% | 0.57% | - |
| HSV(B) | 7.74º | 0.6% | 0.82% | - |
| XYZ | 32.17 | 23.16 | 11.16 | - |
| YUV | 130.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 84 | 0 | 0.52 | 0.60 | 0.18 | 7.74 | 0.57 | 0.57 |
| Hex | D0 | 64 | 54 | 0 | 34 | 3C | 12 | 8 | 39 | 39 |
| Octal | 320 | 144 | 124 | 0 | 64 | 74 | 22 | 10 | 71 | 71 |
| Binary | 11010000 | 1100100 | 1010100 | 0 | 110100 | 111100 | 10010 | 1000 | 111001 | 111001 |
Color Harmonies of #D06454
Complementary color
Monochromatic Colors of #D06454
Black with #D06454
Text Example
Text Example
White with #D06454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06454; }
p { color: rgb(208,100,84); }
H1.HeaderClassName
{
color: #D06454;
}
.AnyTagClassName
{
color: #D06454;
}
</style>
background-color css
<style>
a { background-color: #D06454; }
a { background-color: rgb(208,100,84); }
div.DivClassName
{
background-color: #D06454;
}
.BgClassName
{
background-color: #D06454;
}
</style>
border-color css
<style>
span { border-color: #D06454; }
span { border-color: rgb(208,100,84); }
td.TdClassName
{
border-color: #D06454;
}
.TagClassName
{
border-color: #D06454;
}
</style>