Shades of Valencia #D6544C
Tints of Valencia #D6544C
RGB
CMYK
RGB Variations
Color information
#D6544C (or 0xD6544C) is known color: Valencia. HEX triplet: D6, 54 and 4C. RGB value is (214,84,76). Sum of RGB (Red+Green+Blue) = 214+84+76=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6544C is #29ABB3. Grayscale: #7A7A7A. Windows color (decimal): -2730932 or 5002454. OLE color: 5002454.
HSL color Cylindrical-coordinate representation of color #D6544C: hue angle of 3.48º 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 #D6544C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 76 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.16 |
| HSL | 3.48º | 0.63% | 0.57% | - |
| HSV(B) | 3.48º | 0.64% | 0.84% | - |
| XYZ | 32.21 | 21.16 | 9.22 | - |
| YUV | 121.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 76 | 0 | 0.61 | 0.64 | 0.16 | 3.48 | 0.63 | 0.57 |
| Hex | D6 | 54 | 4C | 0 | 3D | 40 | 10 | 3 | 3F | 39 |
| Octal | 326 | 124 | 114 | 0 | 75 | 100 | 20 | 3 | 77 | 71 |
| Binary | 11010110 | 1010100 | 1001100 | 0 | 111101 | 1000000 | 10000 | 11 | 111111 | 111001 |
Color Harmonies of #D6544C
Complementary color
Monochromatic Colors of #D6544C
Black with #D6544C
Text Example
Text Example
White with #D6544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6544C; }
p { color: rgb(214,84,76); }
H1.HeaderClassName
{
color: #D6544C;
}
.AnyTagClassName
{
color: #D6544C;
}
</style>
background-color css
<style>
a { background-color: #D6544C; }
a { background-color: rgb(214,84,76); }
div.DivClassName
{
background-color: #D6544C;
}
.BgClassName
{
background-color: #D6544C;
}
</style>
border-color css
<style>
span { border-color: #D6544C; }
span { border-color: rgb(214,84,76); }
td.TdClassName
{
border-color: #D6544C;
}
.TagClassName
{
border-color: #D6544C;
}
</style>