Shades of Valencia #DF5642
Tints of Valencia #DF5642
RGB
CMYK
RGB Variations
Color information
#DF5642 (or 0xDF5642) is known color: Valencia. HEX triplet: DF, 56 and 42. RGB value is (223,86,66). Sum of RGB (Red+Green+Blue) = 223+86+66=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5642 is #20A9BD. Grayscale: #7C7C7C. Windows color (decimal): -2140606 or 4347615. OLE color: 4347615.
HSL color Cylindrical-coordinate representation of color #DF5642: hue angle of 7.64º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF5642 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 66 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.13 |
| HSL | 7.64º | 0.71% | 0.57% | - |
| HSV(B) | 7.64º | 0.7% | 0.87% | - |
| XYZ | 34.74 | 22.74 | 7.71 | - |
| YUV | 124.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 66 | 0 | 0.61 | 0.70 | 0.13 | 7.64 | 0.71 | 0.57 |
| Hex | DF | 56 | 42 | 0 | 3D | 46 | D | 8 | 47 | 39 |
| Octal | 337 | 126 | 102 | 0 | 75 | 106 | 15 | 10 | 107 | 71 |
| Binary | 11011111 | 1010110 | 1000010 | 0 | 111101 | 1000110 | 1101 | 1000 | 1000111 | 111001 |
Color Harmonies of #DF5642
Complementary color
Monochromatic Colors of #DF5642
Black with #DF5642
Text Example
Text Example
White with #DF5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5642; }
p { color: rgb(223,86,66); }
H1.HeaderClassName
{
color: #DF5642;
}
.AnyTagClassName
{
color: #DF5642;
}
</style>
background-color css
<style>
a { background-color: #DF5642; }
a { background-color: rgb(223,86,66); }
div.DivClassName
{
background-color: #DF5642;
}
.BgClassName
{
background-color: #DF5642;
}
</style>
border-color css
<style>
span { border-color: #DF5642; }
span { border-color: rgb(223,86,66); }
td.TdClassName
{
border-color: #DF5642;
}
.TagClassName
{
border-color: #DF5642;
}
</style>