Shades of Valencia #D65B51
Tints of Valencia #D65B51
RGB
CMYK
RGB Variations
Color information
#D65B51 (or 0xD65B51) is known color: Valencia. HEX triplet: D6, 5B and 51. RGB value is (214,91,81). Sum of RGB (Red+Green+Blue) = 214+91+81=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B51 is #29A4AE. Grayscale: #7E7E7E. Windows color (decimal): -2729135 or 5331926. OLE color: 5331926.
HSL color Cylindrical-coordinate representation of color #D65B51: hue angle of 4.51º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65B51 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 81 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.16 |
| HSL | 4.51º | 0.62% | 0.58% | - |
| HSV(B) | 4.51º | 0.62% | 0.84% | - |
| XYZ | 32.96 | 22.37 | 10.37 | - |
| YUV | 126.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 81 | 0 | 0.57 | 0.62 | 0.16 | 4.51 | 0.62 | 0.58 |
| Hex | D6 | 5B | 51 | 0 | 39 | 3E | 10 | 5 | 3E | 3A |
| Octal | 326 | 133 | 121 | 0 | 71 | 76 | 20 | 5 | 76 | 72 |
| Binary | 11010110 | 1011011 | 1010001 | 0 | 111001 | 111110 | 10000 | 101 | 111110 | 111010 |
Color Harmonies of #D65B51
Complementary color
Monochromatic Colors of #D65B51
Black with #D65B51
Text Example
Text Example
White with #D65B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B51; }
p { color: rgb(214,91,81); }
H1.HeaderClassName
{
color: #D65B51;
}
.AnyTagClassName
{
color: #D65B51;
}
</style>
background-color css
<style>
a { background-color: #D65B51; }
a { background-color: rgb(214,91,81); }
div.DivClassName
{
background-color: #D65B51;
}
.BgClassName
{
background-color: #D65B51;
}
</style>
border-color css
<style>
span { border-color: #D65B51; }
span { border-color: rgb(214,91,81); }
td.TdClassName
{
border-color: #D65B51;
}
.TagClassName
{
border-color: #D65B51;
}
</style>