Shades of Valencia #D15446
Tints of Valencia #D15446
RGB
CMYK
RGB Variations
Color information
#D15446 (or 0xD15446) is known color: Valencia. HEX triplet: D1, 54 and 46. RGB value is (209,84,70). Sum of RGB (Red+Green+Blue) = 209+84+70=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15446 is #2EABB9. Grayscale: #777777. Windows color (decimal): -3058618 or 4609233. OLE color: 4609233.
HSL color Cylindrical-coordinate representation of color #D15446: hue angle of 6.04º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15446 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 70 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.18 |
| HSL | 6.04º | 0.6% | 0.55% | - |
| HSV(B) | 6.04º | 0.67% | 0.82% | - |
| XYZ | 30.57 | 20.34 | 8.11 | - |
| YUV | 119.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 70 | 0 | 0.60 | 0.67 | 0.18 | 6.04 | 0.6 | 0.55 |
| Hex | D1 | 54 | 46 | 0 | 3C | 43 | 12 | 6 | 3C | 37 |
| Octal | 321 | 124 | 106 | 0 | 74 | 103 | 22 | 6 | 74 | 67 |
| Binary | 11010001 | 1010100 | 1000110 | 0 | 111100 | 1000011 | 10010 | 110 | 111100 | 110111 |
Color Harmonies of #D15446
Complementary color
Monochromatic Colors of #D15446
Black with #D15446
Text Example
Text Example
White with #D15446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15446; }
p { color: rgb(209,84,70); }
H1.HeaderClassName
{
color: #D15446;
}
.AnyTagClassName
{
color: #D15446;
}
</style>
background-color css
<style>
a { background-color: #D15446; }
a { background-color: rgb(209,84,70); }
div.DivClassName
{
background-color: #D15446;
}
.BgClassName
{
background-color: #D15446;
}
</style>
border-color css
<style>
span { border-color: #D15446; }
span { border-color: rgb(209,84,70); }
td.TdClassName
{
border-color: #D15446;
}
.TagClassName
{
border-color: #D15446;
}
</style>