Shades of Valencia #DB554C
Tints of Valencia #DB554C
RGB
CMYK
RGB Variations
Color information
#DB554C (or 0xDB554C) is known color: Valencia. HEX triplet: DB, 55 and 4C. RGB value is (219,85,76). Sum of RGB (Red+Green+Blue) = 219+85+76=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB554C is #24AAB3. Grayscale: #7C7C7C. Windows color (decimal): -2402996 or 5002715. OLE color: 5002715.
HSL color Cylindrical-coordinate representation of color #DB554C: hue angle of 3.78º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB554C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 76 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.14 |
| HSL | 3.78º | 0.67% | 0.58% | - |
| HSV(B) | 3.78º | 0.65% | 0.86% | - |
| XYZ | 33.77 | 22.08 | 9.32 | - |
| YUV | 124.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 76 | 0 | 0.61 | 0.65 | 0.14 | 3.78 | 0.67 | 0.58 |
| Hex | DB | 55 | 4C | 0 | 3D | 41 | E | 4 | 43 | 3A |
| Octal | 333 | 125 | 114 | 0 | 75 | 101 | 16 | 4 | 103 | 72 |
| Binary | 11011011 | 1010101 | 1001100 | 0 | 111101 | 1000001 | 1110 | 100 | 1000011 | 111010 |
Color Harmonies of #DB554C
Complementary color
Monochromatic Colors of #DB554C
Black with #DB554C
Text Example
Text Example
White with #DB554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB554C; }
p { color: rgb(219,85,76); }
H1.HeaderClassName
{
color: #DB554C;
}
.AnyTagClassName
{
color: #DB554C;
}
</style>
background-color css
<style>
a { background-color: #DB554C; }
a { background-color: rgb(219,85,76); }
div.DivClassName
{
background-color: #DB554C;
}
.BgClassName
{
background-color: #DB554C;
}
</style>
border-color css
<style>
span { border-color: #DB554C; }
span { border-color: rgb(219,85,76); }
td.TdClassName
{
border-color: #DB554C;
}
.TagClassName
{
border-color: #DB554C;
}
</style>