Shades of Valencia #D84B47
Tints of Valencia #D84B47
RGB
CMYK
RGB Variations
Color information
#D84B47 (or 0xD84B47) is known color: Valencia. HEX triplet: D8, 4B and 47. RGB value is (216,75,71). Sum of RGB (Red+Green+Blue) = 216+75+71=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B47 is #27B4B8. Grayscale: #747474. Windows color (decimal): -2602169 or 4672472. OLE color: 4672472.
HSL color Cylindrical-coordinate representation of color #D84B47: hue angle of 1.66º 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 #D84B47 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 71 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.15 |
| HSL | 1.66º | 0.65% | 0.56% | - |
| HSV(B) | 1.66º | 0.67% | 0.85% | - |
| XYZ | 31.97 | 20.09 | 8.15 | - |
| YUV | 116.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 71 | 0 | 0.65 | 0.67 | 0.15 | 1.66 | 0.65 | 0.56 |
| Hex | D8 | 4B | 47 | 0 | 41 | 43 | F | 2 | 41 | 38 |
| Octal | 330 | 113 | 107 | 0 | 101 | 103 | 17 | 2 | 101 | 70 |
| Binary | 11011000 | 1001011 | 1000111 | 0 | 1000001 | 1000011 | 1111 | 10 | 1000001 | 111000 |
Color Harmonies of #D84B47
Complementary color
Monochromatic Colors of #D84B47
Black with #D84B47
Text Example
Text Example
White with #D84B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B47; }
p { color: rgb(216,75,71); }
H1.HeaderClassName
{
color: #D84B47;
}
.AnyTagClassName
{
color: #D84B47;
}
</style>
background-color css
<style>
a { background-color: #D84B47; }
a { background-color: rgb(216,75,71); }
div.DivClassName
{
background-color: #D84B47;
}
.BgClassName
{
background-color: #D84B47;
}
</style>
border-color css
<style>
span { border-color: #D84B47; }
span { border-color: rgb(216,75,71); }
td.TdClassName
{
border-color: #D84B47;
}
.TagClassName
{
border-color: #D84B47;
}
</style>