Shades of Valencia #DA4D40
Tints of Valencia #DA4D40
RGB
CMYK
RGB Variations
Color information
#DA4D40 (or 0xDA4D40) is known color: Valencia. HEX triplet: DA, 4D and 40. RGB value is (218,77,64). Sum of RGB (Red+Green+Blue) = 218+77+64=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D40 is #25B2BF. Grayscale: #757575. Windows color (decimal): -2470592 or 4214234. OLE color: 4214234.
HSL color Cylindrical-coordinate representation of color #DA4D40: hue angle of 5.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4D40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.15 |
| HSL | 5.06º | 0.68% | 0.55% | - |
| HSV(B) | 5.06º | 0.71% | 0.85% | - |
| XYZ | 32.49 | 20.58 | 7.11 | - |
| YUV | 117.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 64 | 0 | 0.65 | 0.71 | 0.15 | 5.06 | 0.68 | 0.55 |
| Hex | DA | 4D | 40 | 0 | 41 | 47 | F | 5 | 44 | 37 |
| Octal | 332 | 115 | 100 | 0 | 101 | 107 | 17 | 5 | 104 | 67 |
| Binary | 11011010 | 1001101 | 1000000 | 0 | 1000001 | 1000111 | 1111 | 101 | 1000100 | 110111 |
Color Harmonies of #DA4D40
Complementary color
Monochromatic Colors of #DA4D40
Black with #DA4D40
Text Example
Text Example
White with #DA4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D40; }
p { color: rgb(218,77,64); }
H1.HeaderClassName
{
color: #DA4D40;
}
.AnyTagClassName
{
color: #DA4D40;
}
</style>
background-color css
<style>
a { background-color: #DA4D40; }
a { background-color: rgb(218,77,64); }
div.DivClassName
{
background-color: #DA4D40;
}
.BgClassName
{
background-color: #DA4D40;
}
</style>
border-color css
<style>
span { border-color: #DA4D40; }
span { border-color: rgb(218,77,64); }
td.TdClassName
{
border-color: #DA4D40;
}
.TagClassName
{
border-color: #DA4D40;
}
</style>