Shades of Valencia #DC5846
Tints of Valencia #DC5846
RGB
CMYK
RGB Variations
Color information
#DC5846 (or 0xDC5846) is known color: Valencia. HEX triplet: DC, 58 and 46. RGB value is (220,88,70). Sum of RGB (Red+Green+Blue) = 220+88+70=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5846 is #23A7B9. Grayscale: #7D7D7D. Windows color (decimal): -2336698 or 4610268. OLE color: 4610268.
HSL color Cylindrical-coordinate representation of color #DC5846: hue angle of 7.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC5846 is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 70 | - |
| CMYK | 0 | 0.6 | 0.68 | 0.14 |
| HSL | 7.2º | 0.68% | 0.57% | - |
| HSV(B) | 7.2º | 0.68% | 0.86% | - |
| XYZ | 34.11 | 22.64 | 8.37 | - |
| YUV | 125.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 70 | 0 | 0.6 | 0.68 | 0.14 | 7.2 | 0.68 | 0.57 |
| Hex | DC | 58 | 46 | 0 | 3C | 44 | E | 7 | 44 | 39 |
| Octal | 334 | 130 | 106 | 0 | 74 | 104 | 16 | 7 | 104 | 71 |
| Binary | 11011100 | 1011000 | 1000110 | 0 | 111100 | 1000100 | 1110 | 111 | 1000100 | 111001 |
Color Harmonies of #DC5846
Complementary color
Monochromatic Colors of #DC5846
Black with #DC5846
Text Example
Text Example
White with #DC5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5846; }
p { color: rgb(220,88,70); }
H1.HeaderClassName
{
color: #DC5846;
}
.AnyTagClassName
{
color: #DC5846;
}
</style>
background-color css
<style>
a { background-color: #DC5846; }
a { background-color: rgb(220,88,70); }
div.DivClassName
{
background-color: #DC5846;
}
.BgClassName
{
background-color: #DC5846;
}
</style>
border-color css
<style>
span { border-color: #DC5846; }
span { border-color: rgb(220,88,70); }
td.TdClassName
{
border-color: #DC5846;
}
.TagClassName
{
border-color: #DC5846;
}
</style>