Shades of Valencia #DC524F
Tints of Valencia #DC524F
RGB
CMYK
RGB Variations
Color information
#DC524F (or 0xDC524F) is known color: Valencia. HEX triplet: DC, 52 and 4F. RGB value is (220,82,79). Sum of RGB (Red+Green+Blue) = 220+82+79=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC524F is #23ADB0. Grayscale: #7B7B7B. Windows color (decimal): -2338225 or 5198556. OLE color: 5198556.
HSL color Cylindrical-coordinate representation of color #DC524F: hue angle of 1.28º 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 #DC524F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 79 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.14 |
| HSL | 1.28º | 0.67% | 0.59% | - |
| HSV(B) | 1.28º | 0.64% | 0.86% | - |
| XYZ | 33.94 | 21.81 | 9.82 | - |
| YUV | 122.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 79 | 0 | 0.63 | 0.64 | 0.14 | 1.28 | 0.67 | 0.59 |
| Hex | DC | 52 | 4F | 0 | 3F | 40 | E | 1 | 43 | 3B |
| Octal | 334 | 122 | 117 | 0 | 77 | 100 | 16 | 1 | 103 | 73 |
| Binary | 11011100 | 1010010 | 1001111 | 0 | 111111 | 1000000 | 1110 | 1 | 1000011 | 111011 |
Color Harmonies of #DC524F
Complementary color
Monochromatic Colors of #DC524F
Black with #DC524F
Text Example
Text Example
White with #DC524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC524F; }
p { color: rgb(220,82,79); }
H1.HeaderClassName
{
color: #DC524F;
}
.AnyTagClassName
{
color: #DC524F;
}
</style>
background-color css
<style>
a { background-color: #DC524F; }
a { background-color: rgb(220,82,79); }
div.DivClassName
{
background-color: #DC524F;
}
.BgClassName
{
background-color: #DC524F;
}
</style>
border-color css
<style>
span { border-color: #DC524F; }
span { border-color: rgb(220,82,79); }
td.TdClassName
{
border-color: #DC524F;
}
.TagClassName
{
border-color: #DC524F;
}
</style>