Shades of Valencia #DC5144
Tints of Valencia #DC5144
RGB
CMYK
RGB Variations
Color information
#DC5144 (or 0xDC5144) is known color: Valencia. HEX triplet: DC, 51 and 44. RGB value is (220,81,68). Sum of RGB (Red+Green+Blue) = 220+81+68=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5144 is #23AEBB. Grayscale: #797979. Windows color (decimal): -2338492 or 4477404. OLE color: 4477404.
HSL color Cylindrical-coordinate representation of color #DC5144: hue angle of 5.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5144 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 81 | 68 | - |
CMYK | 0 | 0.63 | 0.69 | 0.14 |
HSL | 5.13º | 0.68% | 0.56% | - |
HSV(B) | 5.13º | 0.69% | 0.86% | - |
XYZ | 33.5 | 21.52 | 7.86 | - |
YUV | 121.08 | 98.05 | 198.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 81 | 68 | 0 | 0.63 | 0.69 | 0.14 | 5.13 | 0.68 | 0.56 |
Hex | DC | 51 | 44 | 0 | 3F | 45 | E | 5 | 44 | 38 |
Octal | 334 | 121 | 104 | 0 | 77 | 105 | 16 | 5 | 104 | 70 |
Binary | 11011100 | 1010001 | 1000100 | 0 | 111111 | 1000101 | 1110 | 101 | 1000100 | 111000 |
Color Harmonies of #DC5144
Complementary color
Monochromatic Colors of #DC5144
Black with #DC5144
Text Example
Text Example
White with #DC5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5144; }
p { color: rgb(220,81,68); }
H1.HeaderClassName
{
color: #DC5144;
}
.AnyTagClassName
{
color: #DC5144;
}
</style>
background-color css
<style>
a { background-color: #DC5144; }
a { background-color: rgb(220,81,68); }
div.DivClassName
{
background-color: #DC5144;
}
.BgClassName
{
background-color: #DC5144;
}
</style>
border-color css
<style>
span { border-color: #DC5144; }
span { border-color: rgb(220,81,68); }
td.TdClassName
{
border-color: #DC5144;
}
.TagClassName
{
border-color: #DC5144;
}
</style>