Shades of Valencia #DC534A
Tints of Valencia #DC534A
RGB
CMYK
RGB Variations
Color information
#DC534A (or 0xDC534A) is known color: Valencia. HEX triplet: DC, 53 and 4A. RGB value is (220,83,74). Sum of RGB (Red+Green+Blue) = 220+83+74=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC534A is #23ACB5. Grayscale: #7B7B7B. Windows color (decimal): -2337974 or 4871132. OLE color: 4871132.
HSL color Cylindrical-coordinate representation of color #DC534A: hue angle of 3.7º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC534A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 74 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.14 |
| HSL | 3.7º | 0.68% | 0.58% | - |
| HSV(B) | 3.7º | 0.66% | 0.86% | - |
| XYZ | 33.84 | 21.9 | 8.92 | - |
| YUV | 122.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 74 | 0 | 0.62 | 0.66 | 0.14 | 3.7 | 0.68 | 0.58 |
| Hex | DC | 53 | 4A | 0 | 3E | 42 | E | 4 | 44 | 3A |
| Octal | 334 | 123 | 112 | 0 | 76 | 102 | 16 | 4 | 104 | 72 |
| Binary | 11011100 | 1010011 | 1001010 | 0 | 111110 | 1000010 | 1110 | 100 | 1000100 | 111010 |
Color Harmonies of #DC534A
Complementary color
Monochromatic Colors of #DC534A
Black with #DC534A
Text Example
Text Example
White with #DC534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC534A; }
p { color: rgb(220,83,74); }
H1.HeaderClassName
{
color: #DC534A;
}
.AnyTagClassName
{
color: #DC534A;
}
</style>
background-color css
<style>
a { background-color: #DC534A; }
a { background-color: rgb(220,83,74); }
div.DivClassName
{
background-color: #DC534A;
}
.BgClassName
{
background-color: #DC534A;
}
</style>
border-color css
<style>
span { border-color: #DC534A; }
span { border-color: rgb(220,83,74); }
td.TdClassName
{
border-color: #DC534A;
}
.TagClassName
{
border-color: #DC534A;
}
</style>