Shades of Jaffa #DB754E
Tints of Jaffa #DB754E
RGB
CMYK
RGB Variations
Color information
#DB754E (or 0xDB754E) is known color: Jaffa. HEX triplet: DB, 75 and 4E. RGB value is (219,117,78). Sum of RGB (Red+Green+Blue) = 219+117+78=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB754E is #248AB1. Grayscale: #8F8F8F. Windows color (decimal): -2394802 or 5141979. OLE color: 5141979.
HSL color Cylindrical-coordinate representation of color #DB754E: hue angle of 16.6º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB754E is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 78 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.14 |
| HSL | 16.6º | 0.66% | 0.58% | - |
| HSV(B) | 16.6º | 0.64% | 0.86% | - |
| XYZ | 36.95 | 28.33 | 10.73 | - |
| YUV | 143.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 78 | 0 | 0.47 | 0.64 | 0.14 | 16.6 | 0.66 | 0.58 |
| Hex | DB | 75 | 4E | 0 | 2F | 40 | E | 11 | 42 | 3A |
| Octal | 333 | 165 | 116 | 0 | 57 | 100 | 16 | 21 | 102 | 72 |
| Binary | 11011011 | 1110101 | 1001110 | 0 | 101111 | 1000000 | 1110 | 10001 | 1000010 | 111010 |
Color Harmonies of #DB754E
Complementary color
Monochromatic Colors of #DB754E
Black with #DB754E
Text Example
Text Example
White with #DB754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB754E; }
p { color: rgb(219,117,78); }
H1.HeaderClassName
{
color: #DB754E;
}
.AnyTagClassName
{
color: #DB754E;
}
</style>
background-color css
<style>
a { background-color: #DB754E; }
a { background-color: rgb(219,117,78); }
div.DivClassName
{
background-color: #DB754E;
}
.BgClassName
{
background-color: #DB754E;
}
</style>
border-color css
<style>
span { border-color: #DB754E; }
span { border-color: rgb(219,117,78); }
td.TdClassName
{
border-color: #DB754E;
}
.TagClassName
{
border-color: #DB754E;
}
</style>