Shades of Valencia #DC504B
Tints of Valencia #DC504B
RGB
CMYK
RGB Variations
Color information
#DC504B (or 0xDC504B) is known color: Valencia. HEX triplet: DC, 50 and 4B. RGB value is (220,80,75). Sum of RGB (Red+Green+Blue) = 220+80+75=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC504B is #23AFB4. Grayscale: #797979. Windows color (decimal): -2338741 or 4935900. OLE color: 4935900.
HSL color Cylindrical-coordinate representation of color #DC504B: hue angle of 2.07º 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 #DC504B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 75 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.14 |
| HSL | 2.07º | 0.67% | 0.58% | - |
| HSV(B) | 2.07º | 0.66% | 0.86% | - |
| XYZ | 33.65 | 21.46 | 9.03 | - |
| YUV | 121.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 75 | 0 | 0.64 | 0.66 | 0.14 | 2.07 | 0.67 | 0.58 |
| Hex | DC | 50 | 4B | 0 | 40 | 42 | E | 2 | 43 | 3A |
| Octal | 334 | 120 | 113 | 0 | 100 | 102 | 16 | 2 | 103 | 72 |
| Binary | 11011100 | 1010000 | 1001011 | 0 | 1000000 | 1000010 | 1110 | 10 | 1000011 | 111010 |
Color Harmonies of #DC504B
Complementary color
Monochromatic Colors of #DC504B
Black with #DC504B
Text Example
Text Example
White with #DC504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC504B; }
p { color: rgb(220,80,75); }
H1.HeaderClassName
{
color: #DC504B;
}
.AnyTagClassName
{
color: #DC504B;
}
</style>
background-color css
<style>
a { background-color: #DC504B; }
a { background-color: rgb(220,80,75); }
div.DivClassName
{
background-color: #DC504B;
}
.BgClassName
{
background-color: #DC504B;
}
</style>
border-color css
<style>
span { border-color: #DC504B; }
span { border-color: rgb(220,80,75); }
td.TdClassName
{
border-color: #DC504B;
}
.TagClassName
{
border-color: #DC504B;
}
</style>