Shades of Jaffa #DB704C
Tints of Jaffa #DB704C
RGB
CMYK
RGB Variations
Color information
#DB704C (or 0xDB704C) is known color: Jaffa. HEX triplet: DB, 70 and 4C. RGB value is (219,112,76). Sum of RGB (Red+Green+Blue) = 219+112+76=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB704C is #248FB3. Grayscale: #8C8C8C. Windows color (decimal): -2396084 or 5009627. OLE color: 5009627.
HSL color Cylindrical-coordinate representation of color #DB704C: hue angle of 15.1º 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 #DB704C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 76 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.14 |
| HSL | 15.1º | 0.67% | 0.58% | - |
| HSV(B) | 15.1º | 0.65% | 0.86% | - |
| XYZ | 36.31 | 27.17 | 10.17 | - |
| YUV | 139.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 76 | 0 | 0.49 | 0.65 | 0.14 | 15.1 | 0.67 | 0.58 |
| Hex | DB | 70 | 4C | 0 | 31 | 41 | E | F | 43 | 3A |
| Octal | 333 | 160 | 114 | 0 | 61 | 101 | 16 | 17 | 103 | 72 |
| Binary | 11011011 | 1110000 | 1001100 | 0 | 110001 | 1000001 | 1110 | 1111 | 1000011 | 111010 |
Color Harmonies of #DB704C
Complementary color
Monochromatic Colors of #DB704C
Black with #DB704C
Text Example
Text Example
White with #DB704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB704C; }
p { color: rgb(219,112,76); }
H1.HeaderClassName
{
color: #DB704C;
}
.AnyTagClassName
{
color: #DB704C;
}
</style>
background-color css
<style>
a { background-color: #DB704C; }
a { background-color: rgb(219,112,76); }
div.DivClassName
{
background-color: #DB704C;
}
.BgClassName
{
background-color: #DB704C;
}
</style>
border-color css
<style>
span { border-color: #DB704C; }
span { border-color: rgb(219,112,76); }
td.TdClassName
{
border-color: #DB704C;
}
.TagClassName
{
border-color: #DB704C;
}
</style>