Shades of Valencia #DC5A4B
Tints of Valencia #DC5A4B
RGB
CMYK
RGB Variations
Color information
#DC5A4B (or 0xDC5A4B) is known color: Valencia. HEX triplet: DC, 5A and 4B. RGB value is (220,90,75). Sum of RGB (Red+Green+Blue) = 220+90+75=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A4B is #23A5B4. Grayscale: #7F7F7F. Windows color (decimal): -2336181 or 4938460. OLE color: 4938460.
HSL color Cylindrical-coordinate representation of color #DC5A4B: hue angle of 6.21º degrees, saturation: 0.67, 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 #DC5A4B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 75 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.14 |
| HSL | 6.21º | 0.67% | 0.58% | - |
| HSV(B) | 6.21º | 0.66% | 0.86% | - |
| XYZ | 34.44 | 23.04 | 9.29 | - |
| YUV | 127.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 75 | 0 | 0.59 | 0.66 | 0.14 | 6.21 | 0.67 | 0.58 |
| Hex | DC | 5A | 4B | 0 | 3B | 42 | E | 6 | 43 | 3A |
| Octal | 334 | 132 | 113 | 0 | 73 | 102 | 16 | 6 | 103 | 72 |
| Binary | 11011100 | 1011010 | 1001011 | 0 | 111011 | 1000010 | 1110 | 110 | 1000011 | 111010 |
Color Harmonies of #DC5A4B
Complementary color
Monochromatic Colors of #DC5A4B
Black with #DC5A4B
Text Example
Text Example
White with #DC5A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A4B; }
p { color: rgb(220,90,75); }
H1.HeaderClassName
{
color: #DC5A4B;
}
.AnyTagClassName
{
color: #DC5A4B;
}
</style>
background-color css
<style>
a { background-color: #DC5A4B; }
a { background-color: rgb(220,90,75); }
div.DivClassName
{
background-color: #DC5A4B;
}
.BgClassName
{
background-color: #DC5A4B;
}
</style>
border-color css
<style>
span { border-color: #DC5A4B; }
span { border-color: rgb(220,90,75); }
td.TdClassName
{
border-color: #DC5A4B;
}
.TagClassName
{
border-color: #DC5A4B;
}
</style>