Shades of Valencia #D65446
Tints of Valencia #D65446
RGB
CMYK
RGB Variations
Color information
#D65446 (or 0xD65446) is known color: Valencia. HEX triplet: D6, 54 and 46. RGB value is (214,84,70). Sum of RGB (Red+Green+Blue) = 214+84+70=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65446 is #29ABB9. Grayscale: #797979. Windows color (decimal): -2730938 or 4609238. OLE color: 4609238.
HSL color Cylindrical-coordinate representation of color #D65446: hue angle of 5.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65446 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 70 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.16 |
| HSL | 5.83º | 0.64% | 0.56% | - |
| HSV(B) | 5.83º | 0.67% | 0.84% | - |
| XYZ | 32.01 | 21.08 | 8.18 | - |
| YUV | 121.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 70 | 0 | 0.61 | 0.67 | 0.16 | 5.83 | 0.64 | 0.56 |
| Hex | D6 | 54 | 46 | 0 | 3D | 43 | 10 | 6 | 40 | 38 |
| Octal | 326 | 124 | 106 | 0 | 75 | 103 | 20 | 6 | 100 | 70 |
| Binary | 11010110 | 1010100 | 1000110 | 0 | 111101 | 1000011 | 10000 | 110 | 1000000 | 111000 |
Color Harmonies of #D65446
Complementary color
Monochromatic Colors of #D65446
Black with #D65446
Text Example
Text Example
White with #D65446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65446; }
p { color: rgb(214,84,70); }
H1.HeaderClassName
{
color: #D65446;
}
.AnyTagClassName
{
color: #D65446;
}
</style>
background-color css
<style>
a { background-color: #D65446; }
a { background-color: rgb(214,84,70); }
div.DivClassName
{
background-color: #D65446;
}
.BgClassName
{
background-color: #D65446;
}
</style>
border-color css
<style>
span { border-color: #D65446; }
span { border-color: rgb(214,84,70); }
td.TdClassName
{
border-color: #D65446;
}
.TagClassName
{
border-color: #D65446;
}
</style>