Shades of Valencia #DA4F47
Tints of Valencia #DA4F47
RGB
CMYK
RGB Variations
Color information
#DA4F47 (or 0xDA4F47) is known color: Valencia. HEX triplet: DA, 4F and 47. RGB value is (218,79,71). Sum of RGB (Red+Green+Blue) = 218+79+71=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F47 is #25B0B8. Grayscale: #777777. Windows color (decimal): -2470073 or 4673498. OLE color: 4673498.
HSL color Cylindrical-coordinate representation of color #DA4F47: hue angle of 3.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4F47 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 71 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.15 |
| HSL | 3.27º | 0.67% | 0.57% | - |
| HSV(B) | 3.27º | 0.67% | 0.85% | - |
| XYZ | 32.85 | 20.95 | 8.27 | - |
| YUV | 119.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 71 | 0 | 0.64 | 0.67 | 0.15 | 3.27 | 0.67 | 0.57 |
| Hex | DA | 4F | 47 | 0 | 40 | 43 | F | 3 | 43 | 39 |
| Octal | 332 | 117 | 107 | 0 | 100 | 103 | 17 | 3 | 103 | 71 |
| Binary | 11011010 | 1001111 | 1000111 | 0 | 1000000 | 1000011 | 1111 | 11 | 1000011 | 111001 |
Color Harmonies of #DA4F47
Complementary color
Monochromatic Colors of #DA4F47
Black with #DA4F47
Text Example
Text Example
White with #DA4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F47; }
p { color: rgb(218,79,71); }
H1.HeaderClassName
{
color: #DA4F47;
}
.AnyTagClassName
{
color: #DA4F47;
}
</style>
background-color css
<style>
a { background-color: #DA4F47; }
a { background-color: rgb(218,79,71); }
div.DivClassName
{
background-color: #DA4F47;
}
.BgClassName
{
background-color: #DA4F47;
}
</style>
border-color css
<style>
span { border-color: #DA4F47; }
span { border-color: rgb(218,79,71); }
td.TdClassName
{
border-color: #DA4F47;
}
.TagClassName
{
border-color: #DA4F47;
}
</style>