Shades of Sunglo #D06654
Tints of Sunglo #D06654
RGB
CMYK
RGB Variations
Color information
#D06654 (or 0xD06654) is known color: Sunglo. HEX triplet: D0, 66 and 54. RGB value is (208,102,84). Sum of RGB (Red+Green+Blue) = 208+102+84=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D06654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06654 is #2F99AB. Grayscale: #838383. Windows color (decimal): -3119532 or 5531344. OLE color: 5531344.
HSL color Cylindrical-coordinate representation of color #D06654: hue angle of 8.71º 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 #D06654 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 84 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.18 |
| HSL | 8.71º | 0.57% | 0.57% | - |
| HSV(B) | 8.71º | 0.6% | 0.82% | - |
| XYZ | 32.36 | 23.55 | 11.23 | - |
| YUV | 131.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 84 | 0 | 0.51 | 0.60 | 0.18 | 8.71 | 0.57 | 0.57 |
| Hex | D0 | 66 | 54 | 0 | 33 | 3C | 12 | 9 | 39 | 39 |
| Octal | 320 | 146 | 124 | 0 | 63 | 74 | 22 | 11 | 71 | 71 |
| Binary | 11010000 | 1100110 | 1010100 | 0 | 110011 | 111100 | 10010 | 1001 | 111001 | 111001 |
Color Harmonies of #D06654
Complementary color
Monochromatic Colors of #D06654
Black with #D06654
Text Example
Text Example
White with #D06654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06654; }
p { color: rgb(208,102,84); }
H1.HeaderClassName
{
color: #D06654;
}
.AnyTagClassName
{
color: #D06654;
}
</style>
background-color css
<style>
a { background-color: #D06654; }
a { background-color: rgb(208,102,84); }
div.DivClassName
{
background-color: #D06654;
}
.BgClassName
{
background-color: #D06654;
}
</style>
border-color css
<style>
span { border-color: #D06654; }
span { border-color: rgb(208,102,84); }
td.TdClassName
{
border-color: #D06654;
}
.TagClassName
{
border-color: #D06654;
}
</style>