Shades of Valencia #D8504D
Tints of Valencia #D8504D
RGB
CMYK
RGB Variations
Color information
#D8504D (or 0xD8504D) is known color: Valencia. HEX triplet: D8, 50 and 4D. RGB value is (216,80,77). Sum of RGB (Red+Green+Blue) = 216+80+77=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8504D is #27AFB2. Grayscale: #787878. Windows color (decimal): -2600883 or 5066968. OLE color: 5066968.
HSL color Cylindrical-coordinate representation of color #D8504D: hue angle of 1.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8504D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 77 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.15 |
| HSL | 1.29º | 0.64% | 0.57% | - |
| HSV(B) | 1.29º | 0.64% | 0.85% | - |
| XYZ | 32.53 | 20.87 | 9.34 | - |
| YUV | 120.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 77 | 0 | 0.63 | 0.64 | 0.15 | 1.29 | 0.64 | 0.57 |
| Hex | D8 | 50 | 4D | 0 | 3F | 40 | F | 1 | 40 | 39 |
| Octal | 330 | 120 | 115 | 0 | 77 | 100 | 17 | 1 | 100 | 71 |
| Binary | 11011000 | 1010000 | 1001101 | 0 | 111111 | 1000000 | 1111 | 1 | 1000000 | 111001 |
Color Harmonies of #D8504D
Complementary color
Monochromatic Colors of #D8504D
Black with #D8504D
Text Example
Text Example
White with #D8504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8504D; }
p { color: rgb(216,80,77); }
H1.HeaderClassName
{
color: #D8504D;
}
.AnyTagClassName
{
color: #D8504D;
}
</style>
background-color css
<style>
a { background-color: #D8504D; }
a { background-color: rgb(216,80,77); }
div.DivClassName
{
background-color: #D8504D;
}
.BgClassName
{
background-color: #D8504D;
}
</style>
border-color css
<style>
span { border-color: #D8504D; }
span { border-color: rgb(216,80,77); }
td.TdClassName
{
border-color: #D8504D;
}
.TagClassName
{
border-color: #D8504D;
}
</style>