Shades of Valencia #D65649
Tints of Valencia #D65649
RGB
CMYK
RGB Variations
Color information
#D65649 (or 0xD65649) is known color: Valencia. HEX triplet: D6, 56 and 49. RGB value is (214,86,73). Sum of RGB (Red+Green+Blue) = 214+86+73=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D65649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65649 is #29A9B6. Grayscale: #7A7A7A. Windows color (decimal): -2730423 or 4806358. OLE color: 4806358.
HSL color Cylindrical-coordinate representation of color #D65649: hue angle of 5.53º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D65649 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 73 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.16 |
| HSL | 5.53º | 0.63% | 0.56% | - |
| HSV(B) | 5.53º | 0.66% | 0.84% | - |
| XYZ | 32.26 | 21.43 | 8.74 | - |
| YUV | 122.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 73 | 0 | 0.60 | 0.66 | 0.16 | 5.53 | 0.63 | 0.56 |
| Hex | D6 | 56 | 49 | 0 | 3C | 42 | 10 | 6 | 3F | 38 |
| Octal | 326 | 126 | 111 | 0 | 74 | 102 | 20 | 6 | 77 | 70 |
| Binary | 11010110 | 1010110 | 1001001 | 0 | 111100 | 1000010 | 10000 | 110 | 111111 | 111000 |
Color Harmonies of #D65649
Complementary color
Monochromatic Colors of #D65649
Black with #D65649
Text Example
Text Example
White with #D65649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65649; }
p { color: rgb(214,86,73); }
H1.HeaderClassName
{
color: #D65649;
}
.AnyTagClassName
{
color: #D65649;
}
</style>
background-color css
<style>
a { background-color: #D65649; }
a { background-color: rgb(214,86,73); }
div.DivClassName
{
background-color: #D65649;
}
.BgClassName
{
background-color: #D65649;
}
</style>
border-color css
<style>
span { border-color: #D65649; }
span { border-color: rgb(214,86,73); }
td.TdClassName
{
border-color: #D65649;
}
.TagClassName
{
border-color: #D65649;
}
</style>