Shades of Valencia #DC4D44
Tints of Valencia #DC4D44
RGB
CMYK
RGB Variations
Color information
#DC4D44 (or 0xDC4D44) is known color: Valencia. HEX triplet: DC, 4D and 44. RGB value is (220,77,68). Sum of RGB (Red+Green+Blue) = 220+77+68=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D44 is #23B2BB. Grayscale: #767676. Windows color (decimal): -2339516 or 4476380. OLE color: 4476380.
HSL color Cylindrical-coordinate representation of color #DC4D44: hue angle of 3.55º 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 #DC4D44 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 68 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.14 |
| HSL | 3.55º | 0.68% | 0.56% | - |
| HSV(B) | 3.55º | 0.69% | 0.86% | - |
| XYZ | 33.21 | 20.94 | 7.76 | - |
| YUV | 118.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 68 | 0 | 0.65 | 0.69 | 0.14 | 3.55 | 0.68 | 0.56 |
| Hex | DC | 4D | 44 | 0 | 41 | 45 | E | 4 | 44 | 38 |
| Octal | 334 | 115 | 104 | 0 | 101 | 105 | 16 | 4 | 104 | 70 |
| Binary | 11011100 | 1001101 | 1000100 | 0 | 1000001 | 1000101 | 1110 | 100 | 1000100 | 111000 |
Color Harmonies of #DC4D44
Complementary color
Monochromatic Colors of #DC4D44
Black with #DC4D44
Text Example
Text Example
White with #DC4D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D44; }
p { color: rgb(220,77,68); }
H1.HeaderClassName
{
color: #DC4D44;
}
.AnyTagClassName
{
color: #DC4D44;
}
</style>
background-color css
<style>
a { background-color: #DC4D44; }
a { background-color: rgb(220,77,68); }
div.DivClassName
{
background-color: #DC4D44;
}
.BgClassName
{
background-color: #DC4D44;
}
</style>
border-color css
<style>
span { border-color: #DC4D44; }
span { border-color: rgb(220,77,68); }
td.TdClassName
{
border-color: #DC4D44;
}
.TagClassName
{
border-color: #DC4D44;
}
</style>