Shades of Valencia #D66050
Tints of Valencia #D66050
RGB
CMYK
RGB Variations
Color information
#D66050 (or 0xD66050) is known color: Valencia. HEX triplet: D6, 60 and 50. RGB value is (214,96,80). Sum of RGB (Red+Green+Blue) = 214+96+80=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D66050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66050 is #299FAF. Grayscale: #818181. Windows color (decimal): -2727856 or 5267670. OLE color: 5267670.
HSL color Cylindrical-coordinate representation of color #D66050: hue angle of 7.16º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D66050 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 80 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.16 |
| HSL | 7.16º | 0.62% | 0.58% | - |
| HSV(B) | 7.16º | 0.63% | 0.84% | - |
| XYZ | 33.36 | 23.24 | 10.32 | - |
| YUV | 129.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 80 | 0 | 0.55 | 0.63 | 0.16 | 7.16 | 0.62 | 0.58 |
| Hex | D6 | 60 | 50 | 0 | 37 | 3F | 10 | 7 | 3E | 3A |
| Octal | 326 | 140 | 120 | 0 | 67 | 77 | 20 | 7 | 76 | 72 |
| Binary | 11010110 | 1100000 | 1010000 | 0 | 110111 | 111111 | 10000 | 111 | 111110 | 111010 |
Color Harmonies of #D66050
Complementary color
Monochromatic Colors of #D66050
Black with #D66050
Text Example
Text Example
White with #D66050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66050; }
p { color: rgb(214,96,80); }
H1.HeaderClassName
{
color: #D66050;
}
.AnyTagClassName
{
color: #D66050;
}
</style>
background-color css
<style>
a { background-color: #D66050; }
a { background-color: rgb(214,96,80); }
div.DivClassName
{
background-color: #D66050;
}
.BgClassName
{
background-color: #D66050;
}
</style>
border-color css
<style>
span { border-color: #D66050; }
span { border-color: rgb(214,96,80); }
td.TdClassName
{
border-color: #D66050;
}
.TagClassName
{
border-color: #D66050;
}
</style>