Shades of Sunglo #D0634F
Tints of Sunglo #D0634F
RGB
CMYK
RGB Variations
Color information
#D0634F (or 0xD0634F) is known color: Sunglo. HEX triplet: D0, 63 and 4F. RGB value is (208,99,79). Sum of RGB (Red+Green+Blue) = 208+99+79=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0634F is #2F9CB0. Grayscale: #818181. Windows color (decimal): -3120305 or 5202896. OLE color: 5202896.
HSL color Cylindrical-coordinate representation of color #D0634F: hue angle of 9.3º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0634F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 79 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.18 |
| HSL | 9.3º | 0.58% | 0.56% | - |
| HSV(B) | 9.3º | 0.62% | 0.82% | - |
| XYZ | 31.89 | 22.9 | 10.14 | - |
| YUV | 129.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 79 | 0 | 0.52 | 0.62 | 0.18 | 9.3 | 0.58 | 0.56 |
| Hex | D0 | 63 | 4F | 0 | 34 | 3E | 12 | 9 | 3A | 38 |
| Octal | 320 | 143 | 117 | 0 | 64 | 76 | 22 | 11 | 72 | 70 |
| Binary | 11010000 | 1100011 | 1001111 | 0 | 110100 | 111110 | 10010 | 1001 | 111010 | 111000 |
Color Harmonies of #D0634F
Complementary color
Monochromatic Colors of #D0634F
Black with #D0634F
Text Example
Text Example
White with #D0634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0634F; }
p { color: rgb(208,99,79); }
H1.HeaderClassName
{
color: #D0634F;
}
.AnyTagClassName
{
color: #D0634F;
}
</style>
background-color css
<style>
a { background-color: #D0634F; }
a { background-color: rgb(208,99,79); }
div.DivClassName
{
background-color: #D0634F;
}
.BgClassName
{
background-color: #D0634F;
}
</style>
border-color css
<style>
span { border-color: #D0634F; }
span { border-color: rgb(208,99,79); }
td.TdClassName
{
border-color: #D0634F;
}
.TagClassName
{
border-color: #D0634F;
}
</style>