Shades of Sunglo #D06857
Tints of Sunglo #D06857
RGB
CMYK
RGB Variations
Color information
#D06857 (or 0xD06857) is known color: Sunglo. HEX triplet: D0, 68 and 57. RGB value is (208,104,87). Sum of RGB (Red+Green+Blue) = 208+104+87=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D06857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06857 is #2F97A8. Grayscale: #858585. Windows color (decimal): -3119017 or 5728464. OLE color: 5728464.
HSL color Cylindrical-coordinate representation of color #D06857: hue angle of 8.43º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D06857 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 87 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.18 |
| HSL | 8.43º | 0.56% | 0.58% | - |
| HSV(B) | 8.43º | 0.58% | 0.82% | - |
| XYZ | 32.68 | 24 | 11.93 | - |
| YUV | 133.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 87 | 0 | 0.5 | 0.58 | 0.18 | 8.43 | 0.56 | 0.58 |
| Hex | D0 | 68 | 57 | 0 | 32 | 3A | 12 | 8 | 38 | 3A |
| Octal | 320 | 150 | 127 | 0 | 62 | 72 | 22 | 10 | 70 | 72 |
| Binary | 11010000 | 1101000 | 1010111 | 0 | 110010 | 111010 | 10010 | 1000 | 111000 | 111010 |
Color Harmonies of #D06857
Complementary color
Monochromatic Colors of #D06857
Black with #D06857
Text Example
Text Example
White with #D06857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06857; }
p { color: rgb(208,104,87); }
H1.HeaderClassName
{
color: #D06857;
}
.AnyTagClassName
{
color: #D06857;
}
</style>
background-color css
<style>
a { background-color: #D06857; }
a { background-color: rgb(208,104,87); }
div.DivClassName
{
background-color: #D06857;
}
.BgClassName
{
background-color: #D06857;
}
</style>
border-color css
<style>
span { border-color: #D06857; }
span { border-color: rgb(208,104,87); }
td.TdClassName
{
border-color: #D06857;
}
.TagClassName
{
border-color: #D06857;
}
</style>