Shades of Valencia #D65B54
Tints of Valencia #D65B54
RGB
CMYK
RGB Variations
Color information
#D65B54 (or 0xD65B54) is known color: Valencia. HEX triplet: D6, 5B and 54. RGB value is (214,91,84). Sum of RGB (Red+Green+Blue) = 214+91+84=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B54 is #29A4AB. Grayscale: #7F7F7F. Windows color (decimal): -2729132 or 5528534. OLE color: 5528534.
HSL color Cylindrical-coordinate representation of color #D65B54: hue angle of 3.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65B54 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 84 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.16 |
| HSL | 3.23º | 0.61% | 0.58% | - |
| HSV(B) | 3.23º | 0.61% | 0.84% | - |
| XYZ | 33.07 | 22.42 | 10.97 | - |
| YUV | 126.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 84 | 0 | 0.57 | 0.61 | 0.16 | 3.23 | 0.61 | 0.58 |
| Hex | D6 | 5B | 54 | 0 | 39 | 3D | 10 | 3 | 3D | 3A |
| Octal | 326 | 133 | 124 | 0 | 71 | 75 | 20 | 3 | 75 | 72 |
| Binary | 11010110 | 1011011 | 1010100 | 0 | 111001 | 111101 | 10000 | 11 | 111101 | 111010 |
Color Harmonies of #D65B54
Complementary color
Monochromatic Colors of #D65B54
Black with #D65B54
Text Example
Text Example
White with #D65B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B54; }
p { color: rgb(214,91,84); }
H1.HeaderClassName
{
color: #D65B54;
}
.AnyTagClassName
{
color: #D65B54;
}
</style>
background-color css
<style>
a { background-color: #D65B54; }
a { background-color: rgb(214,91,84); }
div.DivClassName
{
background-color: #D65B54;
}
.BgClassName
{
background-color: #D65B54;
}
</style>
border-color css
<style>
span { border-color: #D65B54; }
span { border-color: rgb(214,91,84); }
td.TdClassName
{
border-color: #D65B54;
}
.TagClassName
{
border-color: #D65B54;
}
</style>