Shades of Valencia #D84D48
Tints of Valencia #D84D48
RGB
CMYK
RGB Variations
Color information
#D84D48 (or 0xD84D48) is known color: Valencia. HEX triplet: D8, 4D and 48. RGB value is (216,77,72). Sum of RGB (Red+Green+Blue) = 216+77+72=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D48 is #27B2B7. Grayscale: #767676. Windows color (decimal): -2601656 or 4738520. OLE color: 4738520.
HSL color Cylindrical-coordinate representation of color #D84D48: hue angle of 2.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84D48 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 72 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.15 |
| HSL | 2.08º | 0.65% | 0.56% | - |
| HSV(B) | 2.08º | 0.67% | 0.85% | - |
| XYZ | 32.14 | 20.37 | 8.37 | - |
| YUV | 117.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 72 | 0 | 0.64 | 0.67 | 0.15 | 2.08 | 0.65 | 0.56 |
| Hex | D8 | 4D | 48 | 0 | 40 | 43 | F | 2 | 41 | 38 |
| Octal | 330 | 115 | 110 | 0 | 100 | 103 | 17 | 2 | 101 | 70 |
| Binary | 11011000 | 1001101 | 1001000 | 0 | 1000000 | 1000011 | 1111 | 10 | 1000001 | 111000 |
Color Harmonies of #D84D48
Complementary color
Monochromatic Colors of #D84D48
Black with #D84D48
Text Example
Text Example
White with #D84D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D48; }
p { color: rgb(216,77,72); }
H1.HeaderClassName
{
color: #D84D48;
}
.AnyTagClassName
{
color: #D84D48;
}
</style>
background-color css
<style>
a { background-color: #D84D48; }
a { background-color: rgb(216,77,72); }
div.DivClassName
{
background-color: #D84D48;
}
.BgClassName
{
background-color: #D84D48;
}
</style>
border-color css
<style>
span { border-color: #D84D48; }
span { border-color: rgb(216,77,72); }
td.TdClassName
{
border-color: #D84D48;
}
.TagClassName
{
border-color: #D84D48;
}
</style>