Shades of Valencia #D84E46
Tints of Valencia #D84E46
RGB
CMYK
RGB Variations
Color information
#D84E46 (or 0xD84E46) is known color: Valencia. HEX triplet: D8, 4E and 46. RGB value is (216,78,70). Sum of RGB (Red+Green+Blue) = 216+78+70=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E46 is #27B1B9. Grayscale: #767676. Windows color (decimal): -2601402 or 4607704. OLE color: 4607704.
HSL color Cylindrical-coordinate representation of color #D84E46: hue angle of 3.29º degrees, saturation: 0.65, 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 #D84E46 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 70 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.15 |
| HSL | 3.29º | 0.65% | 0.56% | - |
| HSV(B) | 3.29º | 0.68% | 0.85% | - |
| XYZ | 32.15 | 20.49 | 8.05 | - |
| YUV | 118.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 70 | 0 | 0.64 | 0.68 | 0.15 | 3.29 | 0.65 | 0.56 |
| Hex | D8 | 4E | 46 | 0 | 40 | 44 | F | 3 | 41 | 38 |
| Octal | 330 | 116 | 106 | 0 | 100 | 104 | 17 | 3 | 101 | 70 |
| Binary | 11011000 | 1001110 | 1000110 | 0 | 1000000 | 1000100 | 1111 | 11 | 1000001 | 111000 |
Color Harmonies of #D84E46
Complementary color
Monochromatic Colors of #D84E46
Black with #D84E46
Text Example
Text Example
White with #D84E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E46; }
p { color: rgb(216,78,70); }
H1.HeaderClassName
{
color: #D84E46;
}
.AnyTagClassName
{
color: #D84E46;
}
</style>
background-color css
<style>
a { background-color: #D84E46; }
a { background-color: rgb(216,78,70); }
div.DivClassName
{
background-color: #D84E46;
}
.BgClassName
{
background-color: #D84E46;
}
</style>
border-color css
<style>
span { border-color: #D84E46; }
span { border-color: rgb(216,78,70); }
td.TdClassName
{
border-color: #D84E46;
}
.TagClassName
{
border-color: #D84E46;
}
</style>