Shades of Jaffa #DB753D
Tints of Jaffa #DB753D
RGB
CMYK
RGB Variations
Color information
#DB753D (or 0xDB753D) is known color: Jaffa. HEX triplet: DB, 75 and 3D. RGB value is (219,117,61). Sum of RGB (Red+Green+Blue) = 219+117+61=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB753D is #248AC2. Grayscale: #8D8D8D. Windows color (decimal): -2394819 or 4027867. OLE color: 4027867.
HSL color Cylindrical-coordinate representation of color #DB753D: hue angle of 21.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB753D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 61 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.14 |
| HSL | 21.27º | 0.69% | 0.55% | - |
| HSV(B) | 21.27º | 0.72% | 0.86% | - |
| XYZ | 36.42 | 28.12 | 7.92 | - |
| YUV | 141.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 61 | 0 | 0.47 | 0.72 | 0.14 | 21.27 | 0.69 | 0.55 |
| Hex | DB | 75 | 3D | 0 | 2F | 48 | E | 15 | 45 | 37 |
| Octal | 333 | 165 | 75 | 0 | 57 | 110 | 16 | 25 | 105 | 67 |
| Binary | 11011011 | 1110101 | 111101 | 0 | 101111 | 1001000 | 1110 | 10101 | 1000101 | 110111 |
Color Harmonies of #DB753D
Complementary color
Monochromatic Colors of #DB753D
Black with #DB753D
Text Example
Text Example
White with #DB753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB753D; }
p { color: rgb(219,117,61); }
H1.HeaderClassName
{
color: #DB753D;
}
.AnyTagClassName
{
color: #DB753D;
}
</style>
background-color css
<style>
a { background-color: #DB753D; }
a { background-color: rgb(219,117,61); }
div.DivClassName
{
background-color: #DB753D;
}
.BgClassName
{
background-color: #DB753D;
}
</style>
border-color css
<style>
span { border-color: #DB753D; }
span { border-color: rgb(219,117,61); }
td.TdClassName
{
border-color: #DB753D;
}
.TagClassName
{
border-color: #DB753D;
}
</style>