Shades of Jaffa #DB704B
Tints of Jaffa #DB704B
RGB
CMYK
RGB Variations
Color information
#DB704B (or 0xDB704B) is known color: Jaffa. HEX triplet: DB, 70 and 4B. RGB value is (219,112,75). Sum of RGB (Red+Green+Blue) = 219+112+75=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB704B is #248FB4. Grayscale: #8C8C8C. Windows color (decimal): -2396085 or 4944091. OLE color: 4944091.
HSL color Cylindrical-coordinate representation of color #DB704B: hue angle of 15.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB704B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 75 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.14 |
| HSL | 15.42º | 0.67% | 0.58% | - |
| HSV(B) | 15.42º | 0.66% | 0.86% | - |
| XYZ | 36.28 | 27.16 | 9.99 | - |
| YUV | 139.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 75 | 0 | 0.49 | 0.66 | 0.14 | 15.42 | 0.67 | 0.58 |
| Hex | DB | 70 | 4B | 0 | 31 | 42 | E | F | 43 | 3A |
| Octal | 333 | 160 | 113 | 0 | 61 | 102 | 16 | 17 | 103 | 72 |
| Binary | 11011011 | 1110000 | 1001011 | 0 | 110001 | 1000010 | 1110 | 1111 | 1000011 | 111010 |
Color Harmonies of #DB704B
Complementary color
Monochromatic Colors of #DB704B
Black with #DB704B
Text Example
Text Example
White with #DB704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB704B; }
p { color: rgb(219,112,75); }
H1.HeaderClassName
{
color: #DB704B;
}
.AnyTagClassName
{
color: #DB704B;
}
</style>
background-color css
<style>
a { background-color: #DB704B; }
a { background-color: rgb(219,112,75); }
div.DivClassName
{
background-color: #DB704B;
}
.BgClassName
{
background-color: #DB704B;
}
</style>
border-color css
<style>
span { border-color: #DB704B; }
span { border-color: rgb(219,112,75); }
td.TdClassName
{
border-color: #DB704B;
}
.TagClassName
{
border-color: #DB704B;
}
</style>