Shades of Valencia #D84C46
Tints of Valencia #D84C46
RGB
CMYK
RGB Variations
Color information
#D84C46 (or 0xD84C46) is known color: Valencia. HEX triplet: D8, 4C and 46. RGB value is (216,76,70). Sum of RGB (Red+Green+Blue) = 216+76+70=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C46 is #27B3B9. Grayscale: #757575. Windows color (decimal): -2601914 or 4607192. OLE color: 4607192.
HSL color Cylindrical-coordinate representation of color #D84C46: hue angle of 2.47º 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 #D84C46 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 70 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.15 |
| HSL | 2.47º | 0.65% | 0.56% | - |
| HSV(B) | 2.47º | 0.68% | 0.85% | - |
| XYZ | 32.01 | 20.21 | 8.01 | - |
| YUV | 117.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 70 | 0 | 0.65 | 0.68 | 0.15 | 2.47 | 0.65 | 0.56 |
| Hex | D8 | 4C | 46 | 0 | 41 | 44 | F | 2 | 41 | 38 |
| Octal | 330 | 114 | 106 | 0 | 101 | 104 | 17 | 2 | 101 | 70 |
| Binary | 11011000 | 1001100 | 1000110 | 0 | 1000001 | 1000100 | 1111 | 10 | 1000001 | 111000 |
Color Harmonies of #D84C46
Complementary color
Monochromatic Colors of #D84C46
Black with #D84C46
Text Example
Text Example
White with #D84C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C46; }
p { color: rgb(216,76,70); }
H1.HeaderClassName
{
color: #D84C46;
}
.AnyTagClassName
{
color: #D84C46;
}
</style>
background-color css
<style>
a { background-color: #D84C46; }
a { background-color: rgb(216,76,70); }
div.DivClassName
{
background-color: #D84C46;
}
.BgClassName
{
background-color: #D84C46;
}
</style>
border-color css
<style>
span { border-color: #D84C46; }
span { border-color: rgb(216,76,70); }
td.TdClassName
{
border-color: #D84C46;
}
.TagClassName
{
border-color: #D84C46;
}
</style>