Shades of Sunglo #D06755
Tints of Sunglo #D06755
RGB
CMYK
RGB Variations
Color information
#D06755 (or 0xD06755) is known color: Sunglo. HEX triplet: D0, 67 and 55. RGB value is (208,103,85). Sum of RGB (Red+Green+Blue) = 208+103+85=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06755 is #2F98AA. Grayscale: #848484. Windows color (decimal): -3119275 or 5597136. OLE color: 5597136.
HSL color Cylindrical-coordinate representation of color #D06755: hue angle of 8.78º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D06755 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 85 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.18 |
| HSL | 8.78º | 0.57% | 0.57% | - |
| HSV(B) | 8.78º | 0.59% | 0.82% | - |
| XYZ | 32.5 | 23.77 | 11.47 | - |
| YUV | 132.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 85 | 0 | 0.50 | 0.59 | 0.18 | 8.78 | 0.57 | 0.57 |
| Hex | D0 | 67 | 55 | 0 | 32 | 3B | 12 | 9 | 39 | 39 |
| Octal | 320 | 147 | 125 | 0 | 62 | 73 | 22 | 11 | 71 | 71 |
| Binary | 11010000 | 1100111 | 1010101 | 0 | 110010 | 111011 | 10010 | 1001 | 111001 | 111001 |
Color Harmonies of #D06755
Complementary color
Monochromatic Colors of #D06755
Black with #D06755
Text Example
Text Example
White with #D06755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06755; }
p { color: rgb(208,103,85); }
H1.HeaderClassName
{
color: #D06755;
}
.AnyTagClassName
{
color: #D06755;
}
</style>
background-color css
<style>
a { background-color: #D06755; }
a { background-color: rgb(208,103,85); }
div.DivClassName
{
background-color: #D06755;
}
.BgClassName
{
background-color: #D06755;
}
</style>
border-color css
<style>
span { border-color: #D06755; }
span { border-color: rgb(208,103,85); }
td.TdClassName
{
border-color: #D06755;
}
.TagClassName
{
border-color: #D06755;
}
</style>