Shades of Valencia #D84E43
Tints of Valencia #D84E43
RGB
CMYK
RGB Variations
Color information
#D84E43 (or 0xD84E43) is known color: Valencia. HEX triplet: D8, 4E and 43. RGB value is (216,78,67). Sum of RGB (Red+Green+Blue) = 216+78+67=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E43 is #27B1BC. Grayscale: #767676. Windows color (decimal): -2601405 or 4411096. OLE color: 4411096.
HSL color Cylindrical-coordinate representation of color #D84E43: hue angle of 4.43º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84E43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 67 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.15 |
| HSL | 4.43º | 0.66% | 0.55% | - |
| HSV(B) | 4.43º | 0.69% | 0.85% | - |
| XYZ | 32.06 | 20.45 | 7.57 | - |
| YUV | 118.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 67 | 0 | 0.64 | 0.69 | 0.15 | 4.43 | 0.66 | 0.55 |
| Hex | D8 | 4E | 43 | 0 | 40 | 45 | F | 4 | 42 | 37 |
| Octal | 330 | 116 | 103 | 0 | 100 | 105 | 17 | 4 | 102 | 67 |
| Binary | 11011000 | 1001110 | 1000011 | 0 | 1000000 | 1000101 | 1111 | 100 | 1000010 | 110111 |
Color Harmonies of #D84E43
Complementary color
Monochromatic Colors of #D84E43
Black with #D84E43
Text Example
Text Example
White with #D84E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E43; }
p { color: rgb(216,78,67); }
H1.HeaderClassName
{
color: #D84E43;
}
.AnyTagClassName
{
color: #D84E43;
}
</style>
background-color css
<style>
a { background-color: #D84E43; }
a { background-color: rgb(216,78,67); }
div.DivClassName
{
background-color: #D84E43;
}
.BgClassName
{
background-color: #D84E43;
}
</style>
border-color css
<style>
span { border-color: #D84E43; }
span { border-color: rgb(216,78,67); }
td.TdClassName
{
border-color: #D84E43;
}
.TagClassName
{
border-color: #D84E43;
}
</style>