Shades of Valencia #DC554B
Tints of Valencia #DC554B
RGB
CMYK
RGB Variations
Color information
#DC554B (or 0xDC554B) is known color: Valencia. HEX triplet: DC, 55 and 4B. RGB value is (220,85,75). Sum of RGB (Red+Green+Blue) = 220+85+75=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC554B is #23AAB4. Grayscale: #7C7C7C. Windows color (decimal): -2337461 or 4937180. OLE color: 4937180.
HSL color Cylindrical-coordinate representation of color #DC554B: hue angle of 4.14º 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 #DC554B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 75 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.14 |
| HSL | 4.14º | 0.67% | 0.58% | - |
| HSV(B) | 4.14º | 0.66% | 0.86% | - |
| XYZ | 34.03 | 22.22 | 9.15 | - |
| YUV | 124.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 75 | 0 | 0.61 | 0.66 | 0.14 | 4.14 | 0.67 | 0.58 |
| Hex | DC | 55 | 4B | 0 | 3D | 42 | E | 4 | 43 | 3A |
| Octal | 334 | 125 | 113 | 0 | 75 | 102 | 16 | 4 | 103 | 72 |
| Binary | 11011100 | 1010101 | 1001011 | 0 | 111101 | 1000010 | 1110 | 100 | 1000011 | 111010 |
Color Harmonies of #DC554B
Complementary color
Monochromatic Colors of #DC554B
Black with #DC554B
Text Example
Text Example
White with #DC554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC554B; }
p { color: rgb(220,85,75); }
H1.HeaderClassName
{
color: #DC554B;
}
.AnyTagClassName
{
color: #DC554B;
}
</style>
background-color css
<style>
a { background-color: #DC554B; }
a { background-color: rgb(220,85,75); }
div.DivClassName
{
background-color: #DC554B;
}
.BgClassName
{
background-color: #DC554B;
}
</style>
border-color css
<style>
span { border-color: #DC554B; }
span { border-color: rgb(220,85,75); }
td.TdClassName
{
border-color: #DC554B;
}
.TagClassName
{
border-color: #DC554B;
}
</style>