Shades of Sunglo #D06754
Tints of Sunglo #D06754
RGB
CMYK
RGB Variations
Color information
#D06754 (or 0xD06754) is known color: Sunglo. HEX triplet: D0, 67 and 54. RGB value is (208,103,84). Sum of RGB (Red+Green+Blue) = 208+103+84=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D06754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06754 is #2F98AB. Grayscale: #848484. Windows color (decimal): -3119276 or 5531600. OLE color: 5531600.
HSL color Cylindrical-coordinate representation of color #D06754: hue angle of 9.19º 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 #D06754 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 84 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 9.19º | 0.57% | 0.57% | - |
| HSV(B) | 9.19º | 0.6% | 0.82% | - |
| XYZ | 32.46 | 23.75 | 11.26 | - |
| YUV | 132.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 84 | 0 | 0.50 | 0.60 | 0.18 | 9.19 | 0.57 | 0.57 |
| Hex | D0 | 67 | 54 | 0 | 32 | 3C | 12 | 9 | 39 | 39 |
| Octal | 320 | 147 | 124 | 0 | 62 | 74 | 22 | 11 | 71 | 71 |
| Binary | 11010000 | 1100111 | 1010100 | 0 | 110010 | 111100 | 10010 | 1001 | 111001 | 111001 |
Color Harmonies of #D06754
Complementary color
Monochromatic Colors of #D06754
Black with #D06754
Text Example
Text Example
White with #D06754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06754; }
p { color: rgb(208,103,84); }
H1.HeaderClassName
{
color: #D06754;
}
.AnyTagClassName
{
color: #D06754;
}
</style>
background-color css
<style>
a { background-color: #D06754; }
a { background-color: rgb(208,103,84); }
div.DivClassName
{
background-color: #D06754;
}
.BgClassName
{
background-color: #D06754;
}
</style>
border-color css
<style>
span { border-color: #D06754; }
span { border-color: rgb(208,103,84); }
td.TdClassName
{
border-color: #D06754;
}
.TagClassName
{
border-color: #D06754;
}
</style>