Shades of Valencia #DC5843
Tints of Valencia #DC5843
RGB
CMYK
RGB Variations
Color information
#DC5843 (or 0xDC5843) is known color: Valencia. HEX triplet: DC, 58 and 43. RGB value is (220,88,67). Sum of RGB (Red+Green+Blue) = 220+88+67=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5843 is #23A7BC. Grayscale: #7D7D7D. Windows color (decimal): -2336701 or 4413660. OLE color: 4413660.
HSL color Cylindrical-coordinate representation of color #DC5843: hue angle of 8.24º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5843 is Cyan = 0, Magento = 0.6, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 67 | - |
| CMYK | 0 | 0.6 | 0.70 | 0.14 |
| HSL | 8.24º | 0.69% | 0.56% | - |
| HSV(B) | 8.24º | 0.7% | 0.86% | - |
| XYZ | 34.02 | 22.6 | 7.88 | - |
| YUV | 125.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 67 | 0 | 0.6 | 0.70 | 0.14 | 8.24 | 0.69 | 0.56 |
| Hex | DC | 58 | 43 | 0 | 3C | 46 | E | 8 | 45 | 38 |
| Octal | 334 | 130 | 103 | 0 | 74 | 106 | 16 | 10 | 105 | 70 |
| Binary | 11011100 | 1011000 | 1000011 | 0 | 111100 | 1000110 | 1110 | 1000 | 1000101 | 111000 |
Color Harmonies of #DC5843
Complementary color
Monochromatic Colors of #DC5843
Black with #DC5843
Text Example
Text Example
White with #DC5843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5843; }
p { color: rgb(220,88,67); }
H1.HeaderClassName
{
color: #DC5843;
}
.AnyTagClassName
{
color: #DC5843;
}
</style>
background-color css
<style>
a { background-color: #DC5843; }
a { background-color: rgb(220,88,67); }
div.DivClassName
{
background-color: #DC5843;
}
.BgClassName
{
background-color: #DC5843;
}
</style>
border-color css
<style>
span { border-color: #DC5843; }
span { border-color: rgb(220,88,67); }
td.TdClassName
{
border-color: #DC5843;
}
.TagClassName
{
border-color: #DC5843;
}
</style>