Shades of Valencia #D84F44
Tints of Valencia #D84F44
RGB
CMYK
RGB Variations
Color information
#D84F44 (or 0xD84F44) is known color: Valencia. HEX triplet: D8, 4F and 44. RGB value is (216,79,68). Sum of RGB (Red+Green+Blue) = 216+79+68=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F44 is #27B0BB. Grayscale: #767676. Windows color (decimal): -2601148 or 4476888. OLE color: 4476888.
HSL color Cylindrical-coordinate representation of color #D84F44: hue angle of 4.46º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84F44 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 68 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.15 |
| HSL | 4.46º | 0.65% | 0.56% | - |
| HSV(B) | 4.46º | 0.69% | 0.85% | - |
| XYZ | 32.16 | 20.61 | 7.75 | - |
| YUV | 118.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 68 | 0 | 0.63 | 0.69 | 0.15 | 4.46 | 0.65 | 0.56 |
| Hex | D8 | 4F | 44 | 0 | 3F | 45 | F | 4 | 41 | 38 |
| Octal | 330 | 117 | 104 | 0 | 77 | 105 | 17 | 4 | 101 | 70 |
| Binary | 11011000 | 1001111 | 1000100 | 0 | 111111 | 1000101 | 1111 | 100 | 1000001 | 111000 |
Color Harmonies of #D84F44
Complementary color
Monochromatic Colors of #D84F44
Black with #D84F44
Text Example
Text Example
White with #D84F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F44; }
p { color: rgb(216,79,68); }
H1.HeaderClassName
{
color: #D84F44;
}
.AnyTagClassName
{
color: #D84F44;
}
</style>
background-color css
<style>
a { background-color: #D84F44; }
a { background-color: rgb(216,79,68); }
div.DivClassName
{
background-color: #D84F44;
}
.BgClassName
{
background-color: #D84F44;
}
</style>
border-color css
<style>
span { border-color: #D84F44; }
span { border-color: rgb(216,79,68); }
td.TdClassName
{
border-color: #D84F44;
}
.TagClassName
{
border-color: #D84F44;
}
</style>