Shades of Valencia #D65346
Tints of Valencia #D65346
RGB
CMYK
RGB Variations
Color information
#D65346 (or 0xD65346) is known color: Valencia. HEX triplet: D6, 53 and 46. RGB value is (214,83,70). Sum of RGB (Red+Green+Blue) = 214+83+70=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65346 is #29ACB9. Grayscale: #787878. Windows color (decimal): -2731194 or 4608982. OLE color: 4608982.
HSL color Cylindrical-coordinate representation of color #D65346: hue angle of 5.42º 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 #D65346 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 70 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.16 |
| HSL | 5.42º | 0.64% | 0.56% | - |
| HSV(B) | 5.42º | 0.67% | 0.84% | - |
| XYZ | 31.93 | 20.92 | 8.15 | - |
| YUV | 120.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 70 | 0 | 0.61 | 0.67 | 0.16 | 5.42 | 0.64 | 0.56 |
| Hex | D6 | 53 | 46 | 0 | 3D | 43 | 10 | 5 | 40 | 38 |
| Octal | 326 | 123 | 106 | 0 | 75 | 103 | 20 | 5 | 100 | 70 |
| Binary | 11010110 | 1010011 | 1000110 | 0 | 111101 | 1000011 | 10000 | 101 | 1000000 | 111000 |
Color Harmonies of #D65346
Complementary color
Monochromatic Colors of #D65346
Black with #D65346
Text Example
Text Example
White with #D65346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65346; }
p { color: rgb(214,83,70); }
H1.HeaderClassName
{
color: #D65346;
}
.AnyTagClassName
{
color: #D65346;
}
</style>
background-color css
<style>
a { background-color: #D65346; }
a { background-color: rgb(214,83,70); }
div.DivClassName
{
background-color: #D65346;
}
.BgClassName
{
background-color: #D65346;
}
</style>
border-color css
<style>
span { border-color: #D65346; }
span { border-color: rgb(214,83,70); }
td.TdClassName
{
border-color: #D65346;
}
.TagClassName
{
border-color: #D65346;
}
</style>