Shades of Valencia #DC534E
Tints of Valencia #DC534E
RGB
CMYK
RGB Variations
Color information
#DC534E (or 0xDC534E) is known color: Valencia. HEX triplet: DC, 53 and 4E. RGB value is (220,83,78). Sum of RGB (Red+Green+Blue) = 220+83+78=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC534E is #23ACB1. Grayscale: #7B7B7B. Windows color (decimal): -2337970 or 5133276. OLE color: 5133276.
HSL color Cylindrical-coordinate representation of color #DC534E: hue angle of 2.11º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC534E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 78 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.14 |
| HSL | 2.11º | 0.67% | 0.58% | - |
| HSV(B) | 2.11º | 0.65% | 0.86% | - |
| XYZ | 33.98 | 21.95 | 9.65 | - |
| YUV | 123.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 78 | 0 | 0.62 | 0.65 | 0.14 | 2.11 | 0.67 | 0.58 |
| Hex | DC | 53 | 4E | 0 | 3E | 41 | E | 2 | 43 | 3A |
| Octal | 334 | 123 | 116 | 0 | 76 | 101 | 16 | 2 | 103 | 72 |
| Binary | 11011100 | 1010011 | 1001110 | 0 | 111110 | 1000001 | 1110 | 10 | 1000011 | 111010 |
Color Harmonies of #DC534E
Complementary color
Monochromatic Colors of #DC534E
Black with #DC534E
Text Example
Text Example
White with #DC534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC534E; }
p { color: rgb(220,83,78); }
H1.HeaderClassName
{
color: #DC534E;
}
.AnyTagClassName
{
color: #DC534E;
}
</style>
background-color css
<style>
a { background-color: #DC534E; }
a { background-color: rgb(220,83,78); }
div.DivClassName
{
background-color: #DC534E;
}
.BgClassName
{
background-color: #DC534E;
}
</style>
border-color css
<style>
span { border-color: #DC534E; }
span { border-color: rgb(220,83,78); }
td.TdClassName
{
border-color: #DC534E;
}
.TagClassName
{
border-color: #DC534E;
}
</style>