Shades of Valencia #DB554A
Tints of Valencia #DB554A
RGB
CMYK
RGB Variations
Color information
#DB554A (or 0xDB554A) is known color: Valencia. HEX triplet: DB, 55 and 4A. RGB value is (219,85,74). Sum of RGB (Red+Green+Blue) = 219+85+74=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB554A is #24AAB5. Grayscale: #7B7B7B. Windows color (decimal): -2402998 or 4871643. OLE color: 4871643.
HSL color Cylindrical-coordinate representation of color #DB554A: hue angle of 4.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB554A is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 85 | 74 | - |
CMYK | 0 | 0.61 | 0.66 | 0.14 |
HSL | 4.55º | 0.67% | 0.57% | - |
HSV(B) | 4.55º | 0.66% | 0.86% | - |
XYZ | 33.7 | 22.05 | 8.96 | - |
YUV | 123.81 | 99.89 | 195.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 85 | 74 | 0 | 0.61 | 0.66 | 0.14 | 4.55 | 0.67 | 0.57 |
Hex | DB | 55 | 4A | 0 | 3D | 42 | E | 5 | 43 | 39 |
Octal | 333 | 125 | 112 | 0 | 75 | 102 | 16 | 5 | 103 | 71 |
Binary | 11011011 | 1010101 | 1001010 | 0 | 111101 | 1000010 | 1110 | 101 | 1000011 | 111001 |
Color Harmonies of #DB554A
Complementary color
Monochromatic Colors of #DB554A
Black with #DB554A
Text Example
Text Example
White with #DB554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB554A; }
p { color: rgb(219,85,74); }
H1.HeaderClassName
{
color: #DB554A;
}
.AnyTagClassName
{
color: #DB554A;
}
</style>
background-color css
<style>
a { background-color: #DB554A; }
a { background-color: rgb(219,85,74); }
div.DivClassName
{
background-color: #DB554A;
}
.BgClassName
{
background-color: #DB554A;
}
</style>
border-color css
<style>
span { border-color: #DB554A; }
span { border-color: rgb(219,85,74); }
td.TdClassName
{
border-color: #DB554A;
}
.TagClassName
{
border-color: #DB554A;
}
</style>