Shades of Sunglo #D06753
Tints of Sunglo #D06753
RGB
CMYK
RGB Variations
Color information
#D06753 (or 0xD06753) is known color: Sunglo. HEX triplet: D0, 67 and 53. RGB value is (208,103,83). Sum of RGB (Red+Green+Blue) = 208+103+83=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D06753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06753 is #2F98AC. Grayscale: #848484. Windows color (decimal): -3119277 or 5466064. OLE color: 5466064.
HSL color Cylindrical-coordinate representation of color #D06753: hue angle of 9.6º 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 #D06753 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 83 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 9.6º | 0.57% | 0.57% | - |
| HSV(B) | 9.6º | 0.6% | 0.82% | - |
| XYZ | 32.42 | 23.73 | 11.06 | - |
| YUV | 132.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 83 | 0 | 0.50 | 0.60 | 0.18 | 9.6 | 0.57 | 0.57 |
| Hex | D0 | 67 | 53 | 0 | 32 | 3C | 12 | A | 39 | 39 |
| Octal | 320 | 147 | 123 | 0 | 62 | 74 | 22 | 12 | 71 | 71 |
| Binary | 11010000 | 1100111 | 1010011 | 0 | 110010 | 111100 | 10010 | 1010 | 111001 | 111001 |
Color Harmonies of #D06753
Complementary color
Monochromatic Colors of #D06753
Black with #D06753
Text Example
Text Example
White with #D06753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06753; }
p { color: rgb(208,103,83); }
H1.HeaderClassName
{
color: #D06753;
}
.AnyTagClassName
{
color: #D06753;
}
</style>
background-color css
<style>
a { background-color: #D06753; }
a { background-color: rgb(208,103,83); }
div.DivClassName
{
background-color: #D06753;
}
.BgClassName
{
background-color: #D06753;
}
</style>
border-color css
<style>
span { border-color: #D06753; }
span { border-color: rgb(208,103,83); }
td.TdClassName
{
border-color: #D06753;
}
.TagClassName
{
border-color: #D06753;
}
</style>