Shades of Valencia #DB4C44
Tints of Valencia #DB4C44
RGB
CMYK
RGB Variations
Color information
#DB4C44 (or 0xDB4C44) is known color: Valencia. HEX triplet: DB, 4C and 44. RGB value is (219,76,68). Sum of RGB (Red+Green+Blue) = 219+76+68=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C44 is #24B3BB. Grayscale: #767676. Windows color (decimal): -2405308 or 4476123. OLE color: 4476123.
HSL color Cylindrical-coordinate representation of color #DB4C44: hue angle of 3.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4C44 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 68 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.14 |
| HSL | 3.18º | 0.68% | 0.56% | - |
| HSV(B) | 3.18º | 0.69% | 0.86% | - |
| XYZ | 32.84 | 20.65 | 7.72 | - |
| YUV | 117.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 68 | 0 | 0.65 | 0.69 | 0.14 | 3.18 | 0.68 | 0.56 |
| Hex | DB | 4C | 44 | 0 | 41 | 45 | E | 3 | 44 | 38 |
| Octal | 333 | 114 | 104 | 0 | 101 | 105 | 16 | 3 | 104 | 70 |
| Binary | 11011011 | 1001100 | 1000100 | 0 | 1000001 | 1000101 | 1110 | 11 | 1000100 | 111000 |
Color Harmonies of #DB4C44
Complementary color
Monochromatic Colors of #DB4C44
Black with #DB4C44
Text Example
Text Example
White with #DB4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C44; }
p { color: rgb(219,76,68); }
H1.HeaderClassName
{
color: #DB4C44;
}
.AnyTagClassName
{
color: #DB4C44;
}
</style>
background-color css
<style>
a { background-color: #DB4C44; }
a { background-color: rgb(219,76,68); }
div.DivClassName
{
background-color: #DB4C44;
}
.BgClassName
{
background-color: #DB4C44;
}
</style>
border-color css
<style>
span { border-color: #DB4C44; }
span { border-color: rgb(219,76,68); }
td.TdClassName
{
border-color: #DB4C44;
}
.TagClassName
{
border-color: #DB4C44;
}
</style>