Shades of Valencia #DC584B
Tints of Valencia #DC584B
RGB
CMYK
RGB Variations
Color information
#DC584B (or 0xDC584B) is known color: Valencia. HEX triplet: DC, 58 and 4B. RGB value is (220,88,75). Sum of RGB (Red+Green+Blue) = 220+88+75=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC584B is #23A7B4. Grayscale: #7E7E7E. Windows color (decimal): -2336693 or 4937948. OLE color: 4937948.
HSL color Cylindrical-coordinate representation of color #DC584B: hue angle of 5.38º 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 #DC584B is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 75 | - |
| CMYK | 0 | 0.6 | 0.66 | 0.14 |
| HSL | 5.38º | 0.67% | 0.58% | - |
| HSV(B) | 5.38º | 0.66% | 0.86% | - |
| XYZ | 34.27 | 22.7 | 9.23 | - |
| YUV | 125.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 75 | 0 | 0.6 | 0.66 | 0.14 | 5.38 | 0.67 | 0.58 |
| Hex | DC | 58 | 4B | 0 | 3C | 42 | E | 5 | 43 | 3A |
| Octal | 334 | 130 | 113 | 0 | 74 | 102 | 16 | 5 | 103 | 72 |
| Binary | 11011100 | 1011000 | 1001011 | 0 | 111100 | 1000010 | 1110 | 101 | 1000011 | 111010 |
Color Harmonies of #DC584B
Complementary color
Monochromatic Colors of #DC584B
Black with #DC584B
Text Example
Text Example
White with #DC584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC584B; }
p { color: rgb(220,88,75); }
H1.HeaderClassName
{
color: #DC584B;
}
.AnyTagClassName
{
color: #DC584B;
}
</style>
background-color css
<style>
a { background-color: #DC584B; }
a { background-color: rgb(220,88,75); }
div.DivClassName
{
background-color: #DC584B;
}
.BgClassName
{
background-color: #DC584B;
}
</style>
border-color css
<style>
span { border-color: #DC584B; }
span { border-color: rgb(220,88,75); }
td.TdClassName
{
border-color: #DC584B;
}
.TagClassName
{
border-color: #DC584B;
}
</style>