Shades of Valencia #D84A46
Tints of Valencia #D84A46
RGB
CMYK
RGB Variations
Color information
#D84A46 (or 0xD84A46) is known color: Valencia. HEX triplet: D8, 4A and 46. RGB value is (216,74,70). Sum of RGB (Red+Green+Blue) = 216+74+70=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A46 is #27B5B9. Grayscale: #747474. Windows color (decimal): -2602426 or 4606680. OLE color: 4606680.
HSL color Cylindrical-coordinate representation of color #D84A46: hue angle of 1.64º 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 #D84A46 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 70 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.15 |
| HSL | 1.64º | 0.65% | 0.56% | - |
| HSV(B) | 1.64º | 0.68% | 0.85% | - |
| XYZ | 31.87 | 19.94 | 7.96 | - |
| YUV | 116 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 70 | 0 | 0.66 | 0.68 | 0.15 | 1.64 | 0.65 | 0.56 |
| Hex | D8 | 4A | 46 | 0 | 42 | 44 | F | 2 | 41 | 38 |
| Octal | 330 | 112 | 106 | 0 | 102 | 104 | 17 | 2 | 101 | 70 |
| Binary | 11011000 | 1001010 | 1000110 | 0 | 1000010 | 1000100 | 1111 | 10 | 1000001 | 111000 |
Color Harmonies of #D84A46
Complementary color
Monochromatic Colors of #D84A46
Black with #D84A46
Text Example
Text Example
White with #D84A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A46; }
p { color: rgb(216,74,70); }
H1.HeaderClassName
{
color: #D84A46;
}
.AnyTagClassName
{
color: #D84A46;
}
</style>
background-color css
<style>
a { background-color: #D84A46; }
a { background-color: rgb(216,74,70); }
div.DivClassName
{
background-color: #D84A46;
}
.BgClassName
{
background-color: #D84A46;
}
</style>
border-color css
<style>
span { border-color: #D84A46; }
span { border-color: rgb(216,74,70); }
td.TdClassName
{
border-color: #D84A46;
}
.TagClassName
{
border-color: #D84A46;
}
</style>