Shades of Valencia #DA5445
Tints of Valencia #DA5445
RGB
CMYK
RGB Variations
Color information
#DA5445 (or 0xDA5445) is known color: Valencia. HEX triplet: DA, 54 and 45. RGB value is (218,84,69). Sum of RGB (Red+Green+Blue) = 218+84+69=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5445 is #25ABBA. Grayscale: #7A7A7A. Windows color (decimal): -2468795 or 4543706. OLE color: 4543706.
HSL color Cylindrical-coordinate representation of color #DA5445: hue angle of 6.04º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA5445 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 69 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.15 |
| HSL | 6.04º | 0.67% | 0.56% | - |
| HSV(B) | 6.04º | 0.68% | 0.85% | - |
| XYZ | 33.16 | 21.68 | 8.07 | - |
| YUV | 122.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 69 | 0 | 0.61 | 0.68 | 0.15 | 6.04 | 0.67 | 0.56 |
| Hex | DA | 54 | 45 | 0 | 3D | 44 | F | 6 | 43 | 38 |
| Octal | 332 | 124 | 105 | 0 | 75 | 104 | 17 | 6 | 103 | 70 |
| Binary | 11011010 | 1010100 | 1000101 | 0 | 111101 | 1000100 | 1111 | 110 | 1000011 | 111000 |
Color Harmonies of #DA5445
Complementary color
Monochromatic Colors of #DA5445
Black with #DA5445
Text Example
Text Example
White with #DA5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5445; }
p { color: rgb(218,84,69); }
H1.HeaderClassName
{
color: #DA5445;
}
.AnyTagClassName
{
color: #DA5445;
}
</style>
background-color css
<style>
a { background-color: #DA5445; }
a { background-color: rgb(218,84,69); }
div.DivClassName
{
background-color: #DA5445;
}
.BgClassName
{
background-color: #DA5445;
}
</style>
border-color css
<style>
span { border-color: #DA5445; }
span { border-color: rgb(218,84,69); }
td.TdClassName
{
border-color: #DA5445;
}
.TagClassName
{
border-color: #DA5445;
}
</style>