Shades of Valencia #DC5A48
Tints of Valencia #DC5A48
RGB
CMYK
RGB Variations
Color information
#DC5A48 (or 0xDC5A48) is known color: Valencia. HEX triplet: DC, 5A and 48. RGB value is (220,90,72). Sum of RGB (Red+Green+Blue) = 220+90+72=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A48 is #23A5B7. Grayscale: #7F7F7F. Windows color (decimal): -2336184 or 4741852. OLE color: 4741852.
HSL color Cylindrical-coordinate representation of color #DC5A48: hue angle of 7.3º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC5A48 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 72 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.14 |
| HSL | 7.3º | 0.68% | 0.57% | - |
| HSV(B) | 7.3º | 0.67% | 0.86% | - |
| XYZ | 34.34 | 23 | 8.76 | - |
| YUV | 126.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 72 | 0 | 0.59 | 0.67 | 0.14 | 7.3 | 0.68 | 0.57 |
| Hex | DC | 5A | 48 | 0 | 3B | 43 | E | 7 | 44 | 39 |
| Octal | 334 | 132 | 110 | 0 | 73 | 103 | 16 | 7 | 104 | 71 |
| Binary | 11011100 | 1011010 | 1001000 | 0 | 111011 | 1000011 | 1110 | 111 | 1000100 | 111001 |
Color Harmonies of #DC5A48
Complementary color
Monochromatic Colors of #DC5A48
Black with #DC5A48
Text Example
Text Example
White with #DC5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A48; }
p { color: rgb(220,90,72); }
H1.HeaderClassName
{
color: #DC5A48;
}
.AnyTagClassName
{
color: #DC5A48;
}
</style>
background-color css
<style>
a { background-color: #DC5A48; }
a { background-color: rgb(220,90,72); }
div.DivClassName
{
background-color: #DC5A48;
}
.BgClassName
{
background-color: #DC5A48;
}
</style>
border-color css
<style>
span { border-color: #DC5A48; }
span { border-color: rgb(220,90,72); }
td.TdClassName
{
border-color: #DC5A48;
}
.TagClassName
{
border-color: #DC5A48;
}
</style>