Shades of Sunglo #D36450
Tints of Sunglo #D36450
RGB
CMYK
RGB Variations
Color information
#D36450 (or 0xD36450) is known color: Sunglo. HEX triplet: D3, 64 and 50. RGB value is (211,100,80). Sum of RGB (Red+Green+Blue) = 211+100+80=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D36450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36450 is #2C9BAF. Grayscale: #838383. Windows color (decimal): -2923440 or 5268691. OLE color: 5268691.
HSL color Cylindrical-coordinate representation of color #D36450: hue angle of 9.16º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36450 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 80 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.17 |
| HSL | 9.16º | 0.6% | 0.57% | - |
| HSV(B) | 9.16º | 0.62% | 0.83% | - |
| XYZ | 32.87 | 23.54 | 10.4 | - |
| YUV | 130.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 80 | 0 | 0.53 | 0.62 | 0.17 | 9.16 | 0.6 | 0.57 |
| Hex | D3 | 64 | 50 | 0 | 35 | 3E | 11 | 9 | 3C | 39 |
| Octal | 323 | 144 | 120 | 0 | 65 | 76 | 21 | 11 | 74 | 71 |
| Binary | 11010011 | 1100100 | 1010000 | 0 | 110101 | 111110 | 10001 | 1001 | 111100 | 111001 |
Color Harmonies of #D36450
Complementary color
Monochromatic Colors of #D36450
Black with #D36450
Text Example
Text Example
White with #D36450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36450; }
p { color: rgb(211,100,80); }
H1.HeaderClassName
{
color: #D36450;
}
.AnyTagClassName
{
color: #D36450;
}
</style>
background-color css
<style>
a { background-color: #D36450; }
a { background-color: rgb(211,100,80); }
div.DivClassName
{
background-color: #D36450;
}
.BgClassName
{
background-color: #D36450;
}
</style>
border-color css
<style>
span { border-color: #D36450; }
span { border-color: rgb(211,100,80); }
td.TdClassName
{
border-color: #D36450;
}
.TagClassName
{
border-color: #D36450;
}
</style>