Shades of Valencia #D84D43
Tints of Valencia #D84D43
RGB
CMYK
RGB Variations
Color information
#D84D43 (or 0xD84D43) is known color: Valencia. HEX triplet: D8, 4D and 43. RGB value is (216,77,67). Sum of RGB (Red+Green+Blue) = 216+77+67=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D43 is #27B2BC. Grayscale: #757575. Windows color (decimal): -2601661 or 4410840. OLE color: 4410840.
HSL color Cylindrical-coordinate representation of color #D84D43: hue angle of 4.03º 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 #D84D43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 67 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.15 |
| HSL | 4.03º | 0.66% | 0.55% | - |
| HSV(B) | 4.03º | 0.69% | 0.85% | - |
| XYZ | 31.99 | 20.31 | 7.54 | - |
| YUV | 117.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 67 | 0 | 0.64 | 0.69 | 0.15 | 4.03 | 0.66 | 0.55 |
| Hex | D8 | 4D | 43 | 0 | 40 | 45 | F | 4 | 42 | 37 |
| Octal | 330 | 115 | 103 | 0 | 100 | 105 | 17 | 4 | 102 | 67 |
| Binary | 11011000 | 1001101 | 1000011 | 0 | 1000000 | 1000101 | 1111 | 100 | 1000010 | 110111 |
Color Harmonies of #D84D43
Complementary color
Monochromatic Colors of #D84D43
Black with #D84D43
Text Example
Text Example
White with #D84D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D43; }
p { color: rgb(216,77,67); }
H1.HeaderClassName
{
color: #D84D43;
}
.AnyTagClassName
{
color: #D84D43;
}
</style>
background-color css
<style>
a { background-color: #D84D43; }
a { background-color: rgb(216,77,67); }
div.DivClassName
{
background-color: #D84D43;
}
.BgClassName
{
background-color: #D84D43;
}
</style>
border-color css
<style>
span { border-color: #D84D43; }
span { border-color: rgb(216,77,67); }
td.TdClassName
{
border-color: #D84D43;
}
.TagClassName
{
border-color: #D84D43;
}
</style>