Shades of Valencia #D65856
Tints of Valencia #D65856
RGB
CMYK
RGB Variations
Color information
#D65856 (or 0xD65856) is known color: Valencia. HEX triplet: D6, 58 and 56. RGB value is (214,88,86). Sum of RGB (Red+Green+Blue) = 214+88+86=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D65856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65856 is #29A7A9. Grayscale: #7D7D7D. Windows color (decimal): -2729898 or 5658838. OLE color: 5658838.
HSL color Cylindrical-coordinate representation of color #D65856: hue angle of 0.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65856 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 86 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.16 |
| HSL | 0.94º | 0.61% | 0.59% | - |
| HSV(B) | 0.94º | 0.6% | 0.84% | - |
| XYZ | 32.9 | 21.95 | 11.31 | - |
| YUV | 125.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 86 | 0 | 0.59 | 0.60 | 0.16 | 0.94 | 0.61 | 0.59 |
| Hex | D6 | 58 | 56 | 0 | 3B | 3C | 10 | 1 | 3D | 3B |
| Octal | 326 | 130 | 126 | 0 | 73 | 74 | 20 | 1 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1010110 | 0 | 111011 | 111100 | 10000 | 1 | 111101 | 111011 |
Color Harmonies of #D65856
Complementary color
Monochromatic Colors of #D65856
Black with #D65856
Text Example
Text Example
White with #D65856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65856; }
p { color: rgb(214,88,86); }
H1.HeaderClassName
{
color: #D65856;
}
.AnyTagClassName
{
color: #D65856;
}
</style>
background-color css
<style>
a { background-color: #D65856; }
a { background-color: rgb(214,88,86); }
div.DivClassName
{
background-color: #D65856;
}
.BgClassName
{
background-color: #D65856;
}
</style>
border-color css
<style>
span { border-color: #D65856; }
span { border-color: rgb(214,88,86); }
td.TdClassName
{
border-color: #D65856;
}
.TagClassName
{
border-color: #D65856;
}
</style>