Shades of Valencia #DA5644
Tints of Valencia #DA5644
RGB
CMYK
RGB Variations
Color information
#DA5644 (or 0xDA5644) is known color: Valencia. HEX triplet: DA, 56 and 44. RGB value is (218,86,68). Sum of RGB (Red+Green+Blue) = 218+86+68=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5644 is #25A9BB. Grayscale: #7B7B7B. Windows color (decimal): -2468284 or 4478682. OLE color: 4478682.
HSL color Cylindrical-coordinate representation of color #DA5644: hue angle of 7.2º 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 #DA5644 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 68 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.15 |
| HSL | 7.2º | 0.67% | 0.56% | - |
| HSV(B) | 7.2º | 0.69% | 0.85% | - |
| XYZ | 33.28 | 21.98 | 7.96 | - |
| YUV | 123.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 68 | 0 | 0.61 | 0.69 | 0.15 | 7.2 | 0.67 | 0.56 |
| Hex | DA | 56 | 44 | 0 | 3D | 45 | F | 7 | 43 | 38 |
| Octal | 332 | 126 | 104 | 0 | 75 | 105 | 17 | 7 | 103 | 70 |
| Binary | 11011010 | 1010110 | 1000100 | 0 | 111101 | 1000101 | 1111 | 111 | 1000011 | 111000 |
Color Harmonies of #DA5644
Complementary color
Monochromatic Colors of #DA5644
Black with #DA5644
Text Example
Text Example
White with #DA5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5644; }
p { color: rgb(218,86,68); }
H1.HeaderClassName
{
color: #DA5644;
}
.AnyTagClassName
{
color: #DA5644;
}
</style>
background-color css
<style>
a { background-color: #DA5644; }
a { background-color: rgb(218,86,68); }
div.DivClassName
{
background-color: #DA5644;
}
.BgClassName
{
background-color: #DA5644;
}
</style>
border-color css
<style>
span { border-color: #DA5644; }
span { border-color: rgb(218,86,68); }
td.TdClassName
{
border-color: #DA5644;
}
.TagClassName
{
border-color: #DA5644;
}
</style>