Shades of Valencia #D35649
Tints of Valencia #D35649
RGB
CMYK
RGB Variations
Color information
#D35649 (or 0xD35649) is known color: Valencia. HEX triplet: D3, 56 and 49. RGB value is (211,86,73). Sum of RGB (Red+Green+Blue) = 211+86+73=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D35649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35649 is #2CA9B6. Grayscale: #7A7A7A. Windows color (decimal): -2927031 or 4806355. OLE color: 4806355.
HSL color Cylindrical-coordinate representation of color #D35649: hue angle of 5.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D35649 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 73 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.17 |
| HSL | 5.65º | 0.61% | 0.56% | - |
| HSV(B) | 5.65º | 0.65% | 0.83% | - |
| XYZ | 31.39 | 20.99 | 8.7 | - |
| YUV | 121.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 73 | 0 | 0.59 | 0.65 | 0.17 | 5.65 | 0.61 | 0.56 |
| Hex | D3 | 56 | 49 | 0 | 3B | 41 | 11 | 6 | 3D | 38 |
| Octal | 323 | 126 | 111 | 0 | 73 | 101 | 21 | 6 | 75 | 70 |
| Binary | 11010011 | 1010110 | 1001001 | 0 | 111011 | 1000001 | 10001 | 110 | 111101 | 111000 |
Color Harmonies of #D35649
Complementary color
Monochromatic Colors of #D35649
Black with #D35649
Text Example
Text Example
White with #D35649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35649; }
p { color: rgb(211,86,73); }
H1.HeaderClassName
{
color: #D35649;
}
.AnyTagClassName
{
color: #D35649;
}
</style>
background-color css
<style>
a { background-color: #D35649; }
a { background-color: rgb(211,86,73); }
div.DivClassName
{
background-color: #D35649;
}
.BgClassName
{
background-color: #D35649;
}
</style>
border-color css
<style>
span { border-color: #D35649; }
span { border-color: rgb(211,86,73); }
td.TdClassName
{
border-color: #D35649;
}
.TagClassName
{
border-color: #D35649;
}
</style>