Shades of Valencia #D65547
Tints of Valencia #D65547
RGB
CMYK
RGB Variations
Color information
#D65547 (or 0xD65547) is known color: Valencia. HEX triplet: D6, 55 and 47. RGB value is (214,85,71). Sum of RGB (Red+Green+Blue) = 214+85+71=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D65547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65547 is #29AAB8. Grayscale: #7A7A7A. Windows color (decimal): -2730681 or 4675030. OLE color: 4675030.
HSL color Cylindrical-coordinate representation of color #D65547: hue angle of 5.87º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65547 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 71 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.16 |
| HSL | 5.87º | 0.64% | 0.56% | - |
| HSV(B) | 5.87º | 0.67% | 0.84% | - |
| XYZ | 32.12 | 21.25 | 8.37 | - |
| YUV | 121.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 71 | 0 | 0.60 | 0.67 | 0.16 | 5.87 | 0.64 | 0.56 |
| Hex | D6 | 55 | 47 | 0 | 3C | 43 | 10 | 6 | 40 | 38 |
| Octal | 326 | 125 | 107 | 0 | 74 | 103 | 20 | 6 | 100 | 70 |
| Binary | 11010110 | 1010101 | 1000111 | 0 | 111100 | 1000011 | 10000 | 110 | 1000000 | 111000 |
Color Harmonies of #D65547
Complementary color
Monochromatic Colors of #D65547
Black with #D65547
Text Example
Text Example
White with #D65547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65547; }
p { color: rgb(214,85,71); }
H1.HeaderClassName
{
color: #D65547;
}
.AnyTagClassName
{
color: #D65547;
}
</style>
background-color css
<style>
a { background-color: #D65547; }
a { background-color: rgb(214,85,71); }
div.DivClassName
{
background-color: #D65547;
}
.BgClassName
{
background-color: #D65547;
}
</style>
border-color css
<style>
span { border-color: #D65547; }
span { border-color: rgb(214,85,71); }
td.TdClassName
{
border-color: #D65547;
}
.TagClassName
{
border-color: #D65547;
}
</style>