Shades of Valencia #D15C4F
Tints of Valencia #D15C4F
RGB
CMYK
RGB Variations
Color information
#D15C4F (or 0xD15C4F) is known color: Valencia. HEX triplet: D1, 5C and 4F. RGB value is (209,92,79). Sum of RGB (Red+Green+Blue) = 209+92+79=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C4F is #2EA3B0. Grayscale: #7D7D7D. Windows color (decimal): -3056561 or 5201105. OLE color: 5201105.
HSL color Cylindrical-coordinate representation of color #D15C4F: hue angle of 6º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15C4F is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 79 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.18 |
| HSL | 6º | 0.59% | 0.56% | - |
| HSV(B) | 6º | 0.62% | 0.82% | - |
| XYZ | 31.53 | 21.77 | 9.94 | - |
| YUV | 125.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 79 | 0 | 0.56 | 0.62 | 0.18 | 6 | 0.59 | 0.56 |
| Hex | D1 | 5C | 4F | 0 | 38 | 3E | 12 | 6 | 3B | 38 |
| Octal | 321 | 134 | 117 | 0 | 70 | 76 | 22 | 6 | 73 | 70 |
| Binary | 11010001 | 1011100 | 1001111 | 0 | 111000 | 111110 | 10010 | 110 | 111011 | 111000 |
Color Harmonies of #D15C4F
Complementary color
Monochromatic Colors of #D15C4F
Black with #D15C4F
Text Example
Text Example
White with #D15C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C4F; }
p { color: rgb(209,92,79); }
H1.HeaderClassName
{
color: #D15C4F;
}
.AnyTagClassName
{
color: #D15C4F;
}
</style>
background-color css
<style>
a { background-color: #D15C4F; }
a { background-color: rgb(209,92,79); }
div.DivClassName
{
background-color: #D15C4F;
}
.BgClassName
{
background-color: #D15C4F;
}
</style>
border-color css
<style>
span { border-color: #D15C4F; }
span { border-color: rgb(209,92,79); }
td.TdClassName
{
border-color: #D15C4F;
}
.TagClassName
{
border-color: #D15C4F;
}
</style>