Shades of Valencia #D15D50
Tints of Valencia #D15D50
RGB
CMYK
RGB Variations
Color information
#D15D50 (or 0xD15D50) is known color: Valencia. HEX triplet: D1, 5D and 50. RGB value is (209,93,80). Sum of RGB (Red+Green+Blue) = 209+93+80=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D50 is #2EA2AF. Grayscale: #7E7E7E. Windows color (decimal): -3056304 or 5266897. OLE color: 5266897.
HSL color Cylindrical-coordinate representation of color #D15D50: hue angle of 6.05º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15D50 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 80 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.18 |
| HSL | 6.05º | 0.58% | 0.57% | - |
| HSV(B) | 6.05º | 0.62% | 0.82% | - |
| XYZ | 31.66 | 21.96 | 10.16 | - |
| YUV | 126.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 80 | 0 | 0.56 | 0.62 | 0.18 | 6.05 | 0.58 | 0.57 |
| Hex | D1 | 5D | 50 | 0 | 38 | 3E | 12 | 6 | 3A | 39 |
| Octal | 321 | 135 | 120 | 0 | 70 | 76 | 22 | 6 | 72 | 71 |
| Binary | 11010001 | 1011101 | 1010000 | 0 | 111000 | 111110 | 10010 | 110 | 111010 | 111001 |
Color Harmonies of #D15D50
Complementary color
Monochromatic Colors of #D15D50
Black with #D15D50
Text Example
Text Example
White with #D15D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D50; }
p { color: rgb(209,93,80); }
H1.HeaderClassName
{
color: #D15D50;
}
.AnyTagClassName
{
color: #D15D50;
}
</style>
background-color css
<style>
a { background-color: #D15D50; }
a { background-color: rgb(209,93,80); }
div.DivClassName
{
background-color: #D15D50;
}
.BgClassName
{
background-color: #D15D50;
}
</style>
border-color css
<style>
span { border-color: #D15D50; }
span { border-color: rgb(209,93,80); }
td.TdClassName
{
border-color: #D15D50;
}
.TagClassName
{
border-color: #D15D50;
}
</style>