Shades of Valencia #DA5349
Tints of Valencia #DA5349
RGB
CMYK
RGB Variations
Color information
#DA5349 (or 0xDA5349) is known color: Valencia. HEX triplet: DA, 53 and 49. RGB value is (218,83,73). Sum of RGB (Red+Green+Blue) = 218+83+73=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5349 is #25ACB6. Grayscale: #7A7A7A. Windows color (decimal): -2469047 or 4805594. OLE color: 4805594.
HSL color Cylindrical-coordinate representation of color #DA5349: hue angle of 4.14º degrees, saturation: 0.66, 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 #DA5349 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 73 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.15 |
| HSL | 4.14º | 0.66% | 0.57% | - |
| HSV(B) | 4.14º | 0.67% | 0.85% | - |
| XYZ | 33.21 | 21.57 | 8.72 | - |
| YUV | 122.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 73 | 0 | 0.62 | 0.67 | 0.15 | 4.14 | 0.66 | 0.57 |
| Hex | DA | 53 | 49 | 0 | 3E | 43 | F | 4 | 42 | 39 |
| Octal | 332 | 123 | 111 | 0 | 76 | 103 | 17 | 4 | 102 | 71 |
| Binary | 11011010 | 1010011 | 1001001 | 0 | 111110 | 1000011 | 1111 | 100 | 1000010 | 111001 |
Color Harmonies of #DA5349
Complementary color
Monochromatic Colors of #DA5349
Black with #DA5349
Text Example
Text Example
White with #DA5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5349; }
p { color: rgb(218,83,73); }
H1.HeaderClassName
{
color: #DA5349;
}
.AnyTagClassName
{
color: #DA5349;
}
</style>
background-color css
<style>
a { background-color: #DA5349; }
a { background-color: rgb(218,83,73); }
div.DivClassName
{
background-color: #DA5349;
}
.BgClassName
{
background-color: #DA5349;
}
</style>
border-color css
<style>
span { border-color: #DA5349; }
span { border-color: rgb(218,83,73); }
td.TdClassName
{
border-color: #DA5349;
}
.TagClassName
{
border-color: #DA5349;
}
</style>