Shades of Valencia #DA5746
Tints of Valencia #DA5746
RGB
CMYK
RGB Variations
Color information
#DA5746 (or 0xDA5746) is known color: Valencia. HEX triplet: DA, 57 and 46. RGB value is (218,87,70). Sum of RGB (Red+Green+Blue) = 218+87+70=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5746 is #25A8B9. Grayscale: #7C7C7C. Windows color (decimal): -2468026 or 4610010. OLE color: 4610010.
HSL color Cylindrical-coordinate representation of color #DA5746: hue angle of 6.89º 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 #DA5746 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 70 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.15 |
| HSL | 6.89º | 0.67% | 0.56% | - |
| HSV(B) | 6.89º | 0.68% | 0.85% | - |
| XYZ | 33.43 | 22.16 | 8.31 | - |
| YUV | 124.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 70 | 0 | 0.60 | 0.68 | 0.15 | 6.89 | 0.67 | 0.56 |
| Hex | DA | 57 | 46 | 0 | 3C | 44 | F | 7 | 43 | 38 |
| Octal | 332 | 127 | 106 | 0 | 74 | 104 | 17 | 7 | 103 | 70 |
| Binary | 11011010 | 1010111 | 1000110 | 0 | 111100 | 1000100 | 1111 | 111 | 1000011 | 111000 |
Color Harmonies of #DA5746
Complementary color
Monochromatic Colors of #DA5746
Black with #DA5746
Text Example
Text Example
White with #DA5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5746; }
p { color: rgb(218,87,70); }
H1.HeaderClassName
{
color: #DA5746;
}
.AnyTagClassName
{
color: #DA5746;
}
</style>
background-color css
<style>
a { background-color: #DA5746; }
a { background-color: rgb(218,87,70); }
div.DivClassName
{
background-color: #DA5746;
}
.BgClassName
{
background-color: #DA5746;
}
</style>
border-color css
<style>
span { border-color: #DA5746; }
span { border-color: rgb(218,87,70); }
td.TdClassName
{
border-color: #DA5746;
}
.TagClassName
{
border-color: #DA5746;
}
</style>