Shades of Valencia #DB5646
Tints of Valencia #DB5646
RGB
CMYK
RGB Variations
Color information
#DB5646 (or 0xDB5646) is known color: Valencia. HEX triplet: DB, 56 and 46. RGB value is (219,86,70). Sum of RGB (Red+Green+Blue) = 219+86+70=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5646 is #24A9B9. Grayscale: #7C7C7C. Windows color (decimal): -2402746 or 4609755. OLE color: 4609755.
HSL color Cylindrical-coordinate representation of color #DB5646: hue angle of 6.44º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5646 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 70 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.14 |
| HSL | 6.44º | 0.67% | 0.57% | - |
| HSV(B) | 6.44º | 0.68% | 0.86% | - |
| XYZ | 33.65 | 22.16 | 8.3 | - |
| YUV | 123.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 70 | 0 | 0.61 | 0.68 | 0.14 | 6.44 | 0.67 | 0.57 |
| Hex | DB | 56 | 46 | 0 | 3D | 44 | E | 6 | 43 | 39 |
| Octal | 333 | 126 | 106 | 0 | 75 | 104 | 16 | 6 | 103 | 71 |
| Binary | 11011011 | 1010110 | 1000110 | 0 | 111101 | 1000100 | 1110 | 110 | 1000011 | 111001 |
Color Harmonies of #DB5646
Complementary color
Monochromatic Colors of #DB5646
Black with #DB5646
Text Example
Text Example
White with #DB5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5646; }
p { color: rgb(219,86,70); }
H1.HeaderClassName
{
color: #DB5646;
}
.AnyTagClassName
{
color: #DB5646;
}
</style>
background-color css
<style>
a { background-color: #DB5646; }
a { background-color: rgb(219,86,70); }
div.DivClassName
{
background-color: #DB5646;
}
.BgClassName
{
background-color: #DB5646;
}
</style>
border-color css
<style>
span { border-color: #DB5646; }
span { border-color: rgb(219,86,70); }
td.TdClassName
{
border-color: #DB5646;
}
.TagClassName
{
border-color: #DB5646;
}
</style>