Shades of Valencia #DA4E43
Tints of Valencia #DA4E43
RGB
CMYK
RGB Variations
Color information
#DA4E43 (or 0xDA4E43) is known color: Valencia. HEX triplet: DA, 4E and 43. RGB value is (218,78,67). Sum of RGB (Red+Green+Blue) = 218+78+67=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E43 is #25B1BC. Grayscale: #767676. Windows color (decimal): -2470333 or 4411098. OLE color: 4411098.
HSL color Cylindrical-coordinate representation of color #DA4E43: hue angle of 4.37º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4E43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 67 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.15 |
| HSL | 4.37º | 0.67% | 0.56% | - |
| HSV(B) | 4.37º | 0.69% | 0.85% | - |
| XYZ | 32.65 | 20.76 | 7.6 | - |
| YUV | 118.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 67 | 0 | 0.64 | 0.69 | 0.15 | 4.37 | 0.67 | 0.56 |
| Hex | DA | 4E | 43 | 0 | 40 | 45 | F | 4 | 43 | 38 |
| Octal | 332 | 116 | 103 | 0 | 100 | 105 | 17 | 4 | 103 | 70 |
| Binary | 11011010 | 1001110 | 1000011 | 0 | 1000000 | 1000101 | 1111 | 100 | 1000011 | 111000 |
Color Harmonies of #DA4E43
Complementary color
Monochromatic Colors of #DA4E43
Black with #DA4E43
Text Example
Text Example
White with #DA4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E43; }
p { color: rgb(218,78,67); }
H1.HeaderClassName
{
color: #DA4E43;
}
.AnyTagClassName
{
color: #DA4E43;
}
</style>
background-color css
<style>
a { background-color: #DA4E43; }
a { background-color: rgb(218,78,67); }
div.DivClassName
{
background-color: #DA4E43;
}
.BgClassName
{
background-color: #DA4E43;
}
</style>
border-color css
<style>
span { border-color: #DA4E43; }
span { border-color: rgb(218,78,67); }
td.TdClassName
{
border-color: #DA4E43;
}
.TagClassName
{
border-color: #DA4E43;
}
</style>