Shades of Valencia #D95650
Tints of Valencia #D95650
RGB
CMYK
RGB Variations
Color information
#D95650 (or 0xD95650) is known color: Valencia. HEX triplet: D9, 56 and 50. RGB value is (217,86,80). Sum of RGB (Red+Green+Blue) = 217+86+80=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D95650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95650 is #26A9AF. Grayscale: #7C7C7C. Windows color (decimal): -2533808 or 5265113. OLE color: 5265113.
HSL color Cylindrical-coordinate representation of color #D95650: hue angle of 2.63º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95650 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 80 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.15 |
| HSL | 2.63º | 0.64% | 0.58% | - |
| HSV(B) | 2.63º | 0.63% | 0.85% | - |
| XYZ | 33.39 | 21.99 | 10.07 | - |
| YUV | 124.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 80 | 0 | 0.60 | 0.63 | 0.15 | 2.63 | 0.64 | 0.58 |
| Hex | D9 | 56 | 50 | 0 | 3C | 3F | F | 3 | 40 | 3A |
| Octal | 331 | 126 | 120 | 0 | 74 | 77 | 17 | 3 | 100 | 72 |
| Binary | 11011001 | 1010110 | 1010000 | 0 | 111100 | 111111 | 1111 | 11 | 1000000 | 111010 |
Color Harmonies of #D95650
Complementary color
Monochromatic Colors of #D95650
Black with #D95650
Text Example
Text Example
White with #D95650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95650; }
p { color: rgb(217,86,80); }
H1.HeaderClassName
{
color: #D95650;
}
.AnyTagClassName
{
color: #D95650;
}
</style>
background-color css
<style>
a { background-color: #D95650; }
a { background-color: rgb(217,86,80); }
div.DivClassName
{
background-color: #D95650;
}
.BgClassName
{
background-color: #D95650;
}
</style>
border-color css
<style>
span { border-color: #D95650; }
span { border-color: rgb(217,86,80); }
td.TdClassName
{
border-color: #D95650;
}
.TagClassName
{
border-color: #D95650;
}
</style>