Shades of Valencia #D84C43
Tints of Valencia #D84C43
RGB
CMYK
RGB Variations
Color information
#D84C43 (or 0xD84C43) is known color: Valencia. HEX triplet: D8, 4C and 43. RGB value is (216,76,67). Sum of RGB (Red+Green+Blue) = 216+76+67=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C43 is #27B3BC. Grayscale: #757575. Windows color (decimal): -2601917 or 4410584. OLE color: 4410584.
HSL color Cylindrical-coordinate representation of color #D84C43: hue angle of 3.62º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84C43 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 67 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.15 |
| HSL | 3.62º | 0.66% | 0.55% | - |
| HSV(B) | 3.62º | 0.69% | 0.85% | - |
| XYZ | 31.92 | 20.17 | 7.52 | - |
| YUV | 116.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 67 | 0 | 0.65 | 0.69 | 0.15 | 3.62 | 0.66 | 0.55 |
| Hex | D8 | 4C | 43 | 0 | 41 | 45 | F | 4 | 42 | 37 |
| Octal | 330 | 114 | 103 | 0 | 101 | 105 | 17 | 4 | 102 | 67 |
| Binary | 11011000 | 1001100 | 1000011 | 0 | 1000001 | 1000101 | 1111 | 100 | 1000010 | 110111 |
Color Harmonies of #D84C43
Complementary color
Monochromatic Colors of #D84C43
Black with #D84C43
Text Example
Text Example
White with #D84C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C43; }
p { color: rgb(216,76,67); }
H1.HeaderClassName
{
color: #D84C43;
}
.AnyTagClassName
{
color: #D84C43;
}
</style>
background-color css
<style>
a { background-color: #D84C43; }
a { background-color: rgb(216,76,67); }
div.DivClassName
{
background-color: #D84C43;
}
.BgClassName
{
background-color: #D84C43;
}
</style>
border-color css
<style>
span { border-color: #D84C43; }
span { border-color: rgb(216,76,67); }
td.TdClassName
{
border-color: #D84C43;
}
.TagClassName
{
border-color: #D84C43;
}
</style>