Shades of Valencia #D6554D
Tints of Valencia #D6554D
RGB
CMYK
RGB Variations
Color information
#D6554D (or 0xD6554D) is known color: Valencia. HEX triplet: D6, 55 and 4D. RGB value is (214,85,77). Sum of RGB (Red+Green+Blue) = 214+85+77=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6554D is #29AAB2. Grayscale: #7A7A7A. Windows color (decimal): -2730675 or 5068246. OLE color: 5068246.
HSL color Cylindrical-coordinate representation of color #D6554D: hue angle of 3.5º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6554D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 77 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.16 |
| HSL | 3.5º | 0.63% | 0.57% | - |
| HSV(B) | 3.5º | 0.64% | 0.84% | - |
| XYZ | 32.32 | 21.33 | 9.43 | - |
| YUV | 122.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 77 | 0 | 0.60 | 0.64 | 0.16 | 3.5 | 0.63 | 0.57 |
| Hex | D6 | 55 | 4D | 0 | 3C | 40 | 10 | 4 | 3F | 39 |
| Octal | 326 | 125 | 115 | 0 | 74 | 100 | 20 | 4 | 77 | 71 |
| Binary | 11010110 | 1010101 | 1001101 | 0 | 111100 | 1000000 | 10000 | 100 | 111111 | 111001 |
Color Harmonies of #D6554D
Complementary color
Monochromatic Colors of #D6554D
Black with #D6554D
Text Example
Text Example
White with #D6554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6554D; }
p { color: rgb(214,85,77); }
H1.HeaderClassName
{
color: #D6554D;
}
.AnyTagClassName
{
color: #D6554D;
}
</style>
background-color css
<style>
a { background-color: #D6554D; }
a { background-color: rgb(214,85,77); }
div.DivClassName
{
background-color: #D6554D;
}
.BgClassName
{
background-color: #D6554D;
}
</style>
border-color css
<style>
span { border-color: #D6554D; }
span { border-color: rgb(214,85,77); }
td.TdClassName
{
border-color: #D6554D;
}
.TagClassName
{
border-color: #D6554D;
}
</style>