Shades of Valencia #DA5947
Tints of Valencia #DA5947
RGB
CMYK
RGB Variations
Color information
#DA5947 (or 0xDA5947) is known color: Valencia. HEX triplet: DA, 59 and 47. RGB value is (218,89,71). Sum of RGB (Red+Green+Blue) = 218+89+71=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5947 is #25A6B8. Grayscale: #7D7D7D. Windows color (decimal): -2467513 or 4676058. OLE color: 4676058.
HSL color Cylindrical-coordinate representation of color #DA5947: hue angle of 7.35º 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 #DA5947 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 71 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.15 |
| HSL | 7.35º | 0.67% | 0.57% | - |
| HSV(B) | 7.35º | 0.67% | 0.85% | - |
| XYZ | 33.62 | 22.51 | 8.53 | - |
| YUV | 125.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 71 | 0 | 0.59 | 0.67 | 0.15 | 7.35 | 0.67 | 0.57 |
| Hex | DA | 59 | 47 | 0 | 3B | 43 | F | 7 | 43 | 39 |
| Octal | 332 | 131 | 107 | 0 | 73 | 103 | 17 | 7 | 103 | 71 |
| Binary | 11011010 | 1011001 | 1000111 | 0 | 111011 | 1000011 | 1111 | 111 | 1000011 | 111001 |
Color Harmonies of #DA5947
Complementary color
Monochromatic Colors of #DA5947
Black with #DA5947
Text Example
Text Example
White with #DA5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5947; }
p { color: rgb(218,89,71); }
H1.HeaderClassName
{
color: #DA5947;
}
.AnyTagClassName
{
color: #DA5947;
}
</style>
background-color css
<style>
a { background-color: #DA5947; }
a { background-color: rgb(218,89,71); }
div.DivClassName
{
background-color: #DA5947;
}
.BgClassName
{
background-color: #DA5947;
}
</style>
border-color css
<style>
span { border-color: #DA5947; }
span { border-color: rgb(218,89,71); }
td.TdClassName
{
border-color: #DA5947;
}
.TagClassName
{
border-color: #DA5947;
}
</style>