Shades of Valencia #DB5B48
Tints of Valencia #DB5B48
RGB
CMYK
RGB Variations
Color information
#DB5B48 (or 0xDB5B48) is known color: Valencia. HEX triplet: DB, 5B and 48. RGB value is (219,91,72). Sum of RGB (Red+Green+Blue) = 219+91+72=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B48 is #24A4B7. Grayscale: #7F7F7F. Windows color (decimal): -2401464 or 4742107. OLE color: 4742107.
HSL color Cylindrical-coordinate representation of color #DB5B48: hue angle of 7.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB5B48 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 72 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.14 |
| HSL | 7.76º | 0.67% | 0.57% | - |
| HSV(B) | 7.76º | 0.67% | 0.86% | - |
| XYZ | 34.12 | 23.01 | 8.77 | - |
| YUV | 127.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 72 | 0 | 0.58 | 0.67 | 0.14 | 7.76 | 0.67 | 0.57 |
| Hex | DB | 5B | 48 | 0 | 3A | 43 | E | 8 | 43 | 39 |
| Octal | 333 | 133 | 110 | 0 | 72 | 103 | 16 | 10 | 103 | 71 |
| Binary | 11011011 | 1011011 | 1001000 | 0 | 111010 | 1000011 | 1110 | 1000 | 1000011 | 111001 |
Color Harmonies of #DB5B48
Complementary color
Monochromatic Colors of #DB5B48
Black with #DB5B48
Text Example
Text Example
White with #DB5B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B48; }
p { color: rgb(219,91,72); }
H1.HeaderClassName
{
color: #DB5B48;
}
.AnyTagClassName
{
color: #DB5B48;
}
</style>
background-color css
<style>
a { background-color: #DB5B48; }
a { background-color: rgb(219,91,72); }
div.DivClassName
{
background-color: #DB5B48;
}
.BgClassName
{
background-color: #DB5B48;
}
</style>
border-color css
<style>
span { border-color: #DB5B48; }
span { border-color: rgb(219,91,72); }
td.TdClassName
{
border-color: #DB5B48;
}
.TagClassName
{
border-color: #DB5B48;
}
</style>