Shades of Valencia #DC503F
Tints of Valencia #DC503F
RGB
CMYK
RGB Variations
Color information
#DC503F (or 0xDC503F) is known color: Valencia. HEX triplet: DC, 50 and 3F. RGB value is (220,80,63). Sum of RGB (Red+Green+Blue) = 220+80+63=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC503F is #23AFC0. Grayscale: #787878. Windows color (decimal): -2338753 or 4149468. OLE color: 4149468.
HSL color Cylindrical-coordinate representation of color #DC503F: hue angle of 6.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC503F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 63 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.14 |
| HSL | 6.5º | 0.69% | 0.55% | - |
| HSV(B) | 6.5º | 0.71% | 0.86% | - |
| XYZ | 33.28 | 21.31 | 7.06 | - |
| YUV | 119.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 63 | 0 | 0.64 | 0.71 | 0.14 | 6.5 | 0.69 | 0.55 |
| Hex | DC | 50 | 3F | 0 | 40 | 47 | E | 6 | 45 | 37 |
| Octal | 334 | 120 | 77 | 0 | 100 | 107 | 16 | 6 | 105 | 67 |
| Binary | 11011100 | 1010000 | 111111 | 0 | 1000000 | 1000111 | 1110 | 110 | 1000101 | 110111 |
Color Harmonies of #DC503F
Complementary color
Monochromatic Colors of #DC503F
Black with #DC503F
Text Example
Text Example
White with #DC503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC503F; }
p { color: rgb(220,80,63); }
H1.HeaderClassName
{
color: #DC503F;
}
.AnyTagClassName
{
color: #DC503F;
}
</style>
background-color css
<style>
a { background-color: #DC503F; }
a { background-color: rgb(220,80,63); }
div.DivClassName
{
background-color: #DC503F;
}
.BgClassName
{
background-color: #DC503F;
}
</style>
border-color css
<style>
span { border-color: #DC503F; }
span { border-color: rgb(220,80,63); }
td.TdClassName
{
border-color: #DC503F;
}
.TagClassName
{
border-color: #DC503F;
}
</style>