Shades of Valencia #DB4F43
Tints of Valencia #DB4F43
RGB
CMYK
RGB Variations
Color information
#DB4F43 (or 0xDB4F43) is known color: Valencia. HEX triplet: DB, 4F and 43. RGB value is (219,79,67). Sum of RGB (Red+Green+Blue) = 219+79+67=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F43 is #24B0BC. Grayscale: #777777. Windows color (decimal): -2404541 or 4411355. OLE color: 4411355.
HSL color Cylindrical-coordinate representation of color #DB4F43: hue angle of 4.74º 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 #DB4F43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 67 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.14 |
| HSL | 4.74º | 0.68% | 0.56% | - |
| HSV(B) | 4.74º | 0.69% | 0.86% | - |
| XYZ | 33.02 | 21.06 | 7.63 | - |
| YUV | 119.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 67 | 0 | 0.64 | 0.69 | 0.14 | 4.74 | 0.68 | 0.56 |
| Hex | DB | 4F | 43 | 0 | 40 | 45 | E | 5 | 44 | 38 |
| Octal | 333 | 117 | 103 | 0 | 100 | 105 | 16 | 5 | 104 | 70 |
| Binary | 11011011 | 1001111 | 1000011 | 0 | 1000000 | 1000101 | 1110 | 101 | 1000100 | 111000 |
Color Harmonies of #DB4F43
Complementary color
Monochromatic Colors of #DB4F43
Black with #DB4F43
Text Example
Text Example
White with #DB4F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F43; }
p { color: rgb(219,79,67); }
H1.HeaderClassName
{
color: #DB4F43;
}
.AnyTagClassName
{
color: #DB4F43;
}
</style>
background-color css
<style>
a { background-color: #DB4F43; }
a { background-color: rgb(219,79,67); }
div.DivClassName
{
background-color: #DB4F43;
}
.BgClassName
{
background-color: #DB4F43;
}
</style>
border-color css
<style>
span { border-color: #DB4F43; }
span { border-color: rgb(219,79,67); }
td.TdClassName
{
border-color: #DB4F43;
}
.TagClassName
{
border-color: #DB4F43;
}
</style>