Shades of Valencia #DB5747
Tints of Valencia #DB5747
RGB
CMYK
RGB Variations
Color information
#DB5747 (or 0xDB5747) is known color: Valencia. HEX triplet: DB, 57 and 47. RGB value is (219,87,71). Sum of RGB (Red+Green+Blue) = 219+87+71=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5747 is #24A8B8. Grayscale: #7C7C7C. Windows color (decimal): -2402489 or 4675547. OLE color: 4675547.
HSL color Cylindrical-coordinate representation of color #DB5747: hue angle of 6.49º 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 #DB5747 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 71 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.14 |
| HSL | 6.49º | 0.67% | 0.57% | - |
| HSV(B) | 6.49º | 0.68% | 0.86% | - |
| XYZ | 33.76 | 22.33 | 8.49 | - |
| YUV | 124.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 71 | 0 | 0.60 | 0.68 | 0.14 | 6.49 | 0.67 | 0.57 |
| Hex | DB | 57 | 47 | 0 | 3C | 44 | E | 6 | 43 | 39 |
| Octal | 333 | 127 | 107 | 0 | 74 | 104 | 16 | 6 | 103 | 71 |
| Binary | 11011011 | 1010111 | 1000111 | 0 | 111100 | 1000100 | 1110 | 110 | 1000011 | 111001 |
Color Harmonies of #DB5747
Complementary color
Monochromatic Colors of #DB5747
Black with #DB5747
Text Example
Text Example
White with #DB5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5747; }
p { color: rgb(219,87,71); }
H1.HeaderClassName
{
color: #DB5747;
}
.AnyTagClassName
{
color: #DB5747;
}
</style>
background-color css
<style>
a { background-color: #DB5747; }
a { background-color: rgb(219,87,71); }
div.DivClassName
{
background-color: #DB5747;
}
.BgClassName
{
background-color: #DB5747;
}
</style>
border-color css
<style>
span { border-color: #DB5747; }
span { border-color: rgb(219,87,71); }
td.TdClassName
{
border-color: #DB5747;
}
.TagClassName
{
border-color: #DB5747;
}
</style>