Shades of Jaffa #DB744A
Tints of Jaffa #DB744A
RGB
CMYK
RGB Variations
Color information
#DB744A (or 0xDB744A) is known color: Jaffa. HEX triplet: DB, 74 and 4A. RGB value is (219,116,74). Sum of RGB (Red+Green+Blue) = 219+116+74=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB744A is #248BB5. Grayscale: #8E8E8E. Windows color (decimal): -2395062 or 4879579. OLE color: 4879579.
HSL color Cylindrical-coordinate representation of color #DB744A: hue angle of 17.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB744A is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 74 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.14 |
| HSL | 17.38º | 0.67% | 0.57% | - |
| HSV(B) | 17.38º | 0.66% | 0.86% | - |
| XYZ | 36.69 | 28.05 | 9.96 | - |
| YUV | 142.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 74 | 0 | 0.47 | 0.66 | 0.14 | 17.38 | 0.67 | 0.57 |
| Hex | DB | 74 | 4A | 0 | 2F | 42 | E | 11 | 43 | 39 |
| Octal | 333 | 164 | 112 | 0 | 57 | 102 | 16 | 21 | 103 | 71 |
| Binary | 11011011 | 1110100 | 1001010 | 0 | 101111 | 1000010 | 1110 | 10001 | 1000011 | 111001 |
Color Harmonies of #DB744A
Complementary color
Monochromatic Colors of #DB744A
Black with #DB744A
Text Example
Text Example
White with #DB744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB744A; }
p { color: rgb(219,116,74); }
H1.HeaderClassName
{
color: #DB744A;
}
.AnyTagClassName
{
color: #DB744A;
}
</style>
background-color css
<style>
a { background-color: #DB744A; }
a { background-color: rgb(219,116,74); }
div.DivClassName
{
background-color: #DB744A;
}
.BgClassName
{
background-color: #DB744A;
}
</style>
border-color css
<style>
span { border-color: #DB744A; }
span { border-color: rgb(219,116,74); }
td.TdClassName
{
border-color: #DB744A;
}
.TagClassName
{
border-color: #DB744A;
}
</style>