Shades of Valencia #D8554C
Tints of Valencia #D8554C
RGB
CMYK
RGB Variations
Color information
#D8554C (or 0xD8554C) is known color: Valencia. HEX triplet: D8, 55 and 4C. RGB value is (216,85,76). Sum of RGB (Red+Green+Blue) = 216+85+76=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8554C is #27AAB3. Grayscale: #7B7B7B. Windows color (decimal): -2599604 or 5002712. OLE color: 5002712.
HSL color Cylindrical-coordinate representation of color #D8554C: hue angle of 3.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8554C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 76 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.15 |
| HSL | 3.86º | 0.64% | 0.57% | - |
| HSV(B) | 3.86º | 0.65% | 0.85% | - |
| XYZ | 32.87 | 21.62 | 9.28 | - |
| YUV | 123.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 76 | 0 | 0.61 | 0.65 | 0.15 | 3.86 | 0.64 | 0.57 |
| Hex | D8 | 55 | 4C | 0 | 3D | 41 | F | 4 | 40 | 39 |
| Octal | 330 | 125 | 114 | 0 | 75 | 101 | 17 | 4 | 100 | 71 |
| Binary | 11011000 | 1010101 | 1001100 | 0 | 111101 | 1000001 | 1111 | 100 | 1000000 | 111001 |
Color Harmonies of #D8554C
Complementary color
Monochromatic Colors of #D8554C
Black with #D8554C
Text Example
Text Example
White with #D8554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8554C; }
p { color: rgb(216,85,76); }
H1.HeaderClassName
{
color: #D8554C;
}
.AnyTagClassName
{
color: #D8554C;
}
</style>
background-color css
<style>
a { background-color: #D8554C; }
a { background-color: rgb(216,85,76); }
div.DivClassName
{
background-color: #D8554C;
}
.BgClassName
{
background-color: #D8554C;
}
</style>
border-color css
<style>
span { border-color: #D8554C; }
span { border-color: rgb(216,85,76); }
td.TdClassName
{
border-color: #D8554C;
}
.TagClassName
{
border-color: #D8554C;
}
</style>