Shades of Jaffa #DB754B
Tints of Jaffa #DB754B
RGB
CMYK
RGB Variations
Color information
#DB754B (or 0xDB754B) is known color: Jaffa. HEX triplet: DB, 75 and 4B. RGB value is (219,117,75). Sum of RGB (Red+Green+Blue) = 219+117+75=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB754B is #248AB4. Grayscale: #8E8E8E. Windows color (decimal): -2394805 or 4945371. OLE color: 4945371.
HSL color Cylindrical-coordinate representation of color #DB754B: hue angle of 17.5º 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 #DB754B is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 75 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.14 |
| HSL | 17.5º | 0.67% | 0.58% | - |
| HSV(B) | 17.5º | 0.66% | 0.86% | - |
| XYZ | 36.84 | 28.29 | 10.18 | - |
| YUV | 142.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 75 | 0 | 0.47 | 0.66 | 0.14 | 17.5 | 0.67 | 0.58 |
| Hex | DB | 75 | 4B | 0 | 2F | 42 | E | 12 | 43 | 3A |
| Octal | 333 | 165 | 113 | 0 | 57 | 102 | 16 | 22 | 103 | 72 |
| Binary | 11011011 | 1110101 | 1001011 | 0 | 101111 | 1000010 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DB754B
Complementary color
Monochromatic Colors of #DB754B
Black with #DB754B
Text Example
Text Example
White with #DB754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB754B; }
p { color: rgb(219,117,75); }
H1.HeaderClassName
{
color: #DB754B;
}
.AnyTagClassName
{
color: #DB754B;
}
</style>
background-color css
<style>
a { background-color: #DB754B; }
a { background-color: rgb(219,117,75); }
div.DivClassName
{
background-color: #DB754B;
}
.BgClassName
{
background-color: #DB754B;
}
</style>
border-color css
<style>
span { border-color: #DB754B; }
span { border-color: rgb(219,117,75); }
td.TdClassName
{
border-color: #DB754B;
}
.TagClassName
{
border-color: #DB754B;
}
</style>