Shades of Valencia #DC5944
Tints of Valencia #DC5944
RGB
CMYK
RGB Variations
Color information
#DC5944 (or 0xDC5944) is known color: Valencia. HEX triplet: DC, 59 and 44. RGB value is (220,89,68). Sum of RGB (Red+Green+Blue) = 220+89+68=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5944 is #23A6BB. Grayscale: #7D7D7D. Windows color (decimal): -2336444 or 4479452. OLE color: 4479452.
HSL color Cylindrical-coordinate representation of color #DC5944: hue angle of 8.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5944 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 68 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.14 |
| HSL | 8.29º | 0.68% | 0.56% | - |
| HSV(B) | 8.29º | 0.69% | 0.86% | - |
| XYZ | 34.13 | 22.78 | 8.07 | - |
| YUV | 125.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 68 | 0 | 0.60 | 0.69 | 0.14 | 8.29 | 0.68 | 0.56 |
| Hex | DC | 59 | 44 | 0 | 3C | 45 | E | 8 | 44 | 38 |
| Octal | 334 | 131 | 104 | 0 | 74 | 105 | 16 | 10 | 104 | 70 |
| Binary | 11011100 | 1011001 | 1000100 | 0 | 111100 | 1000101 | 1110 | 1000 | 1000100 | 111000 |
Color Harmonies of #DC5944
Complementary color
Monochromatic Colors of #DC5944
Black with #DC5944
Text Example
Text Example
White with #DC5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5944; }
p { color: rgb(220,89,68); }
H1.HeaderClassName
{
color: #DC5944;
}
.AnyTagClassName
{
color: #DC5944;
}
</style>
background-color css
<style>
a { background-color: #DC5944; }
a { background-color: rgb(220,89,68); }
div.DivClassName
{
background-color: #DC5944;
}
.BgClassName
{
background-color: #DC5944;
}
</style>
border-color css
<style>
span { border-color: #DC5944; }
span { border-color: rgb(220,89,68); }
td.TdClassName
{
border-color: #DC5944;
}
.TagClassName
{
border-color: #DC5944;
}
</style>