Shades of Valencia #D6504D
Tints of Valencia #D6504D
RGB
CMYK
RGB Variations
Color information
#D6504D (or 0xD6504D) is known color: Valencia. HEX triplet: D6, 50 and 4D. RGB value is (214,80,77). Sum of RGB (Red+Green+Blue) = 214+80+77=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6504D is #29AFB2. Grayscale: #777777. Windows color (decimal): -2731955 or 5066966. OLE color: 5066966.
HSL color Cylindrical-coordinate representation of color #D6504D: hue angle of 1.31º 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 #D6504D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 77 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.16 |
| HSL | 1.31º | 0.63% | 0.57% | - |
| HSV(B) | 1.31º | 0.64% | 0.84% | - |
| XYZ | 31.94 | 20.57 | 9.31 | - |
| YUV | 119.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 77 | 0 | 0.63 | 0.64 | 0.16 | 1.31 | 0.63 | 0.57 |
| Hex | D6 | 50 | 4D | 0 | 3F | 40 | 10 | 1 | 3F | 39 |
| Octal | 326 | 120 | 115 | 0 | 77 | 100 | 20 | 1 | 77 | 71 |
| Binary | 11010110 | 1010000 | 1001101 | 0 | 111111 | 1000000 | 10000 | 1 | 111111 | 111001 |
Color Harmonies of #D6504D
Complementary color
Monochromatic Colors of #D6504D
Black with #D6504D
Text Example
Text Example
White with #D6504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6504D; }
p { color: rgb(214,80,77); }
H1.HeaderClassName
{
color: #D6504D;
}
.AnyTagClassName
{
color: #D6504D;
}
</style>
background-color css
<style>
a { background-color: #D6504D; }
a { background-color: rgb(214,80,77); }
div.DivClassName
{
background-color: #D6504D;
}
.BgClassName
{
background-color: #D6504D;
}
</style>
border-color css
<style>
span { border-color: #D6504D; }
span { border-color: rgb(214,80,77); }
td.TdClassName
{
border-color: #D6504D;
}
.TagClassName
{
border-color: #D6504D;
}
</style>