Shades of Valencia #D6534D
Tints of Valencia #D6534D
RGB
CMYK
RGB Variations
Color information
#D6534D (or 0xD6534D) is known color: Valencia. HEX triplet: D6, 53 and 4D. RGB value is (214,83,77). Sum of RGB (Red+Green+Blue) = 214+83+77=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6534D is #29ACB2. Grayscale: #797979. Windows color (decimal): -2731187 or 5067734. OLE color: 5067734.
HSL color Cylindrical-coordinate representation of color #D6534D: hue angle of 2.63º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6534D is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 77 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.16 |
| HSL | 2.63º | 0.63% | 0.57% | - |
| HSV(B) | 2.63º | 0.64% | 0.84% | - |
| XYZ | 32.16 | 21.02 | 9.38 | - |
| YUV | 121.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 77 | 0 | 0.61 | 0.64 | 0.16 | 2.63 | 0.63 | 0.57 |
| Hex | D6 | 53 | 4D | 0 | 3D | 40 | 10 | 3 | 3F | 39 |
| Octal | 326 | 123 | 115 | 0 | 75 | 100 | 20 | 3 | 77 | 71 |
| Binary | 11010110 | 1010011 | 1001101 | 0 | 111101 | 1000000 | 10000 | 11 | 111111 | 111001 |
Color Harmonies of #D6534D
Complementary color
Monochromatic Colors of #D6534D
Black with #D6534D
Text Example
Text Example
White with #D6534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6534D; }
p { color: rgb(214,83,77); }
H1.HeaderClassName
{
color: #D6534D;
}
.AnyTagClassName
{
color: #D6534D;
}
</style>
background-color css
<style>
a { background-color: #D6534D; }
a { background-color: rgb(214,83,77); }
div.DivClassName
{
background-color: #D6534D;
}
.BgClassName
{
background-color: #D6534D;
}
</style>
border-color css
<style>
span { border-color: #D6534D; }
span { border-color: rgb(214,83,77); }
td.TdClassName
{
border-color: #D6534D;
}
.TagClassName
{
border-color: #D6534D;
}
</style>