Shades of Valencia #DB544B
Tints of Valencia #DB544B
RGB
CMYK
RGB Variations
Color information
#DB544B (or 0xDB544B) is known color: Valencia. HEX triplet: DB, 54 and 4B. RGB value is (219,84,75). Sum of RGB (Red+Green+Blue) = 219+84+75=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB544B is #24ABB4. Grayscale: #7B7B7B. Windows color (decimal): -2403253 or 4936923. OLE color: 4936923.
HSL color Cylindrical-coordinate representation of color #DB544B: hue angle of 3.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB544B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 75 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.14 |
| HSL | 3.75º | 0.67% | 0.58% | - |
| HSV(B) | 3.75º | 0.66% | 0.86% | - |
| XYZ | 33.65 | 21.91 | 9.11 | - |
| YUV | 123.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 75 | 0 | 0.62 | 0.66 | 0.14 | 3.75 | 0.67 | 0.58 |
| Hex | DB | 54 | 4B | 0 | 3E | 42 | E | 4 | 43 | 3A |
| Octal | 333 | 124 | 113 | 0 | 76 | 102 | 16 | 4 | 103 | 72 |
| Binary | 11011011 | 1010100 | 1001011 | 0 | 111110 | 1000010 | 1110 | 100 | 1000011 | 111010 |
Color Harmonies of #DB544B
Complementary color
Monochromatic Colors of #DB544B
Black with #DB544B
Text Example
Text Example
White with #DB544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB544B; }
p { color: rgb(219,84,75); }
H1.HeaderClassName
{
color: #DB544B;
}
.AnyTagClassName
{
color: #DB544B;
}
</style>
background-color css
<style>
a { background-color: #DB544B; }
a { background-color: rgb(219,84,75); }
div.DivClassName
{
background-color: #DB544B;
}
.BgClassName
{
background-color: #DB544B;
}
</style>
border-color css
<style>
span { border-color: #DB544B; }
span { border-color: rgb(219,84,75); }
td.TdClassName
{
border-color: #DB544B;
}
.TagClassName
{
border-color: #DB544B;
}
</style>