Shades of Valencia #DB5348
Tints of Valencia #DB5348
RGB
CMYK
RGB Variations
Color information
#DB5348 (or 0xDB5348) is known color: Valencia. HEX triplet: DB, 53 and 48. RGB value is (219,83,72). Sum of RGB (Red+Green+Blue) = 219+83+72=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5348 is #24ACB7. Grayscale: #7A7A7A. Windows color (decimal): -2403512 or 4740059. OLE color: 4740059.
HSL color Cylindrical-coordinate representation of color #DB5348: hue angle of 4.49º 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 #DB5348 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 72 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.14 |
| HSL | 4.49º | 0.67% | 0.57% | - |
| HSV(B) | 4.49º | 0.67% | 0.86% | - |
| XYZ | 33.48 | 21.71 | 8.56 | - |
| YUV | 122.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 72 | 0 | 0.62 | 0.67 | 0.14 | 4.49 | 0.67 | 0.57 |
| Hex | DB | 53 | 48 | 0 | 3E | 43 | E | 4 | 43 | 39 |
| Octal | 333 | 123 | 110 | 0 | 76 | 103 | 16 | 4 | 103 | 71 |
| Binary | 11011011 | 1010011 | 1001000 | 0 | 111110 | 1000011 | 1110 | 100 | 1000011 | 111001 |
Color Harmonies of #DB5348
Complementary color
Monochromatic Colors of #DB5348
Black with #DB5348
Text Example
Text Example
White with #DB5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5348; }
p { color: rgb(219,83,72); }
H1.HeaderClassName
{
color: #DB5348;
}
.AnyTagClassName
{
color: #DB5348;
}
</style>
background-color css
<style>
a { background-color: #DB5348; }
a { background-color: rgb(219,83,72); }
div.DivClassName
{
background-color: #DB5348;
}
.BgClassName
{
background-color: #DB5348;
}
</style>
border-color css
<style>
span { border-color: #DB5348; }
span { border-color: rgb(219,83,72); }
td.TdClassName
{
border-color: #DB5348;
}
.TagClassName
{
border-color: #DB5348;
}
</style>