Shades of Valencia #D84C45
Tints of Valencia #D84C45
RGB
CMYK
RGB Variations
Color information
#D84C45 (or 0xD84C45) is known color: Valencia. HEX triplet: D8, 4C and 45. RGB value is (216,76,69). Sum of RGB (Red+Green+Blue) = 216+76+69=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C45 is #27B3BA. Grayscale: #757575. Windows color (decimal): -2601915 or 4541656. OLE color: 4541656.
HSL color Cylindrical-coordinate representation of color #D84C45: hue angle of 2.86º 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 #D84C45 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 69 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.15 |
| HSL | 2.86º | 0.65% | 0.56% | - |
| HSV(B) | 2.86º | 0.68% | 0.85% | - |
| XYZ | 31.98 | 20.2 | 7.84 | - |
| YUV | 117.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 69 | 0 | 0.65 | 0.68 | 0.15 | 2.86 | 0.65 | 0.56 |
| Hex | D8 | 4C | 45 | 0 | 41 | 44 | F | 3 | 41 | 38 |
| Octal | 330 | 114 | 105 | 0 | 101 | 104 | 17 | 3 | 101 | 70 |
| Binary | 11011000 | 1001100 | 1000101 | 0 | 1000001 | 1000100 | 1111 | 11 | 1000001 | 111000 |
Color Harmonies of #D84C45
Complementary color
Monochromatic Colors of #D84C45
Black with #D84C45
Text Example
Text Example
White with #D84C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C45; }
p { color: rgb(216,76,69); }
H1.HeaderClassName
{
color: #D84C45;
}
.AnyTagClassName
{
color: #D84C45;
}
</style>
background-color css
<style>
a { background-color: #D84C45; }
a { background-color: rgb(216,76,69); }
div.DivClassName
{
background-color: #D84C45;
}
.BgClassName
{
background-color: #D84C45;
}
</style>
border-color css
<style>
span { border-color: #D84C45; }
span { border-color: rgb(216,76,69); }
td.TdClassName
{
border-color: #D84C45;
}
.TagClassName
{
border-color: #D84C45;
}
</style>