Shades of Valencia #D6534C
Tints of Valencia #D6534C
RGB
CMYK
RGB Variations
Color information
#D6534C (or 0xD6534C) is known color: Valencia. HEX triplet: D6, 53 and 4C. RGB value is (214,83,76). Sum of RGB (Red+Green+Blue) = 214+83+76=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6534C is #29ACB3. Grayscale: #797979. Windows color (decimal): -2731188 or 5002198. OLE color: 5002198.
HSL color Cylindrical-coordinate representation of color #D6534C: hue angle of 3.04º 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 #D6534C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 76 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.16 |
| HSL | 3.04º | 0.63% | 0.57% | - |
| HSV(B) | 3.04º | 0.64% | 0.84% | - |
| XYZ | 32.13 | 21 | 9.2 | - |
| YUV | 121.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 76 | 0 | 0.61 | 0.64 | 0.16 | 3.04 | 0.63 | 0.57 |
| Hex | D6 | 53 | 4C | 0 | 3D | 40 | 10 | 3 | 3F | 39 |
| Octal | 326 | 123 | 114 | 0 | 75 | 100 | 20 | 3 | 77 | 71 |
| Binary | 11010110 | 1010011 | 1001100 | 0 | 111101 | 1000000 | 10000 | 11 | 111111 | 111001 |
Color Harmonies of #D6534C
Complementary color
Monochromatic Colors of #D6534C
Black with #D6534C
Text Example
Text Example
White with #D6534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6534C; }
p { color: rgb(214,83,76); }
H1.HeaderClassName
{
color: #D6534C;
}
.AnyTagClassName
{
color: #D6534C;
}
</style>
background-color css
<style>
a { background-color: #D6534C; }
a { background-color: rgb(214,83,76); }
div.DivClassName
{
background-color: #D6534C;
}
.BgClassName
{
background-color: #D6534C;
}
</style>
border-color css
<style>
span { border-color: #D6534C; }
span { border-color: rgb(214,83,76); }
td.TdClassName
{
border-color: #D6534C;
}
.TagClassName
{
border-color: #D6534C;
}
</style>