Shades of Valencia #D65746
Tints of Valencia #D65746
RGB
CMYK
RGB Variations
Color information
#D65746 (or 0xD65746) is known color: Valencia. HEX triplet: D6, 57 and 46. RGB value is (214,87,70). Sum of RGB (Red+Green+Blue) = 214+87+70=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D65746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65746 is #29A8B9. Grayscale: #7B7B7B. Windows color (decimal): -2730170 or 4610006. OLE color: 4610006.
HSL color Cylindrical-coordinate representation of color #D65746: hue angle of 7.08º 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 #D65746 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 70 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.16 |
| HSL | 7.08º | 0.64% | 0.56% | - |
| HSV(B) | 7.08º | 0.67% | 0.84% | - |
| XYZ | 32.25 | 21.55 | 8.26 | - |
| YUV | 123.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 70 | 0 | 0.59 | 0.67 | 0.16 | 7.08 | 0.64 | 0.56 |
| Hex | D6 | 57 | 46 | 0 | 3B | 43 | 10 | 7 | 40 | 38 |
| Octal | 326 | 127 | 106 | 0 | 73 | 103 | 20 | 7 | 100 | 70 |
| Binary | 11010110 | 1010111 | 1000110 | 0 | 111011 | 1000011 | 10000 | 111 | 1000000 | 111000 |
Color Harmonies of #D65746
Complementary color
Monochromatic Colors of #D65746
Black with #D65746
Text Example
Text Example
White with #D65746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65746; }
p { color: rgb(214,87,70); }
H1.HeaderClassName
{
color: #D65746;
}
.AnyTagClassName
{
color: #D65746;
}
</style>
background-color css
<style>
a { background-color: #D65746; }
a { background-color: rgb(214,87,70); }
div.DivClassName
{
background-color: #D65746;
}
.BgClassName
{
background-color: #D65746;
}
</style>
border-color css
<style>
span { border-color: #D65746; }
span { border-color: rgb(214,87,70); }
td.TdClassName
{
border-color: #D65746;
}
.TagClassName
{
border-color: #D65746;
}
</style>