Shades of Valencia #DC544F
Tints of Valencia #DC544F
RGB
CMYK
RGB Variations
Color information
#DC544F (or 0xDC544F) is known color: Valencia. HEX triplet: DC, 54 and 4F. RGB value is (220,84,79). Sum of RGB (Red+Green+Blue) = 220+84+79=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC544F is #23ABB0. Grayscale: #7C7C7C. Windows color (decimal): -2337713 or 5199068. OLE color: 5199068.
HSL color Cylindrical-coordinate representation of color #DC544F: hue angle of 2.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC544F is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 79 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.14 |
| HSL | 2.13º | 0.67% | 0.59% | - |
| HSV(B) | 2.13º | 0.64% | 0.86% | - |
| XYZ | 34.1 | 22.12 | 9.87 | - |
| YUV | 124.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 79 | 0 | 0.62 | 0.64 | 0.14 | 2.13 | 0.67 | 0.59 |
| Hex | DC | 54 | 4F | 0 | 3E | 40 | E | 2 | 43 | 3B |
| Octal | 334 | 124 | 117 | 0 | 76 | 100 | 16 | 2 | 103 | 73 |
| Binary | 11011100 | 1010100 | 1001111 | 0 | 111110 | 1000000 | 1110 | 10 | 1000011 | 111011 |
Color Harmonies of #DC544F
Complementary color
Monochromatic Colors of #DC544F
Black with #DC544F
Text Example
Text Example
White with #DC544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC544F; }
p { color: rgb(220,84,79); }
H1.HeaderClassName
{
color: #DC544F;
}
.AnyTagClassName
{
color: #DC544F;
}
</style>
background-color css
<style>
a { background-color: #DC544F; }
a { background-color: rgb(220,84,79); }
div.DivClassName
{
background-color: #DC544F;
}
.BgClassName
{
background-color: #DC544F;
}
</style>
border-color css
<style>
span { border-color: #DC544F; }
span { border-color: rgb(220,84,79); }
td.TdClassName
{
border-color: #DC544F;
}
.TagClassName
{
border-color: #DC544F;
}
</style>