Shades of Jaffa #DB7F52
Tints of Jaffa #DB7F52
RGB
CMYK
RGB Variations
Color information
#DB7F52 (or 0xDB7F52) is known color: Jaffa. HEX triplet: DB, 7F and 52. RGB value is (219,127,82). Sum of RGB (Red+Green+Blue) = 219+127+82=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F52 is #2480AD. Grayscale: #959595. Windows color (decimal): -2392238 or 5406683. OLE color: 5406683.
HSL color Cylindrical-coordinate representation of color #DB7F52: hue angle of 19.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7F52 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 82 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.14 |
| HSL | 19.71º | 0.66% | 0.59% | - |
| HSV(B) | 19.71º | 0.63% | 0.86% | - |
| XYZ | 38.33 | 30.85 | 11.92 | - |
| YUV | 149.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 82 | 0 | 0.42 | 0.63 | 0.14 | 19.71 | 0.66 | 0.59 |
| Hex | DB | 7F | 52 | 0 | 2A | 3F | E | 14 | 42 | 3B |
| Octal | 333 | 177 | 122 | 0 | 52 | 77 | 16 | 24 | 102 | 73 |
| Binary | 11011011 | 1111111 | 1010010 | 0 | 101010 | 111111 | 1110 | 10100 | 1000010 | 111011 |
Color Harmonies of #DB7F52
Complementary color
Monochromatic Colors of #DB7F52
Black with #DB7F52
Text Example
Text Example
White with #DB7F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F52; }
p { color: rgb(219,127,82); }
H1.HeaderClassName
{
color: #DB7F52;
}
.AnyTagClassName
{
color: #DB7F52;
}
</style>
background-color css
<style>
a { background-color: #DB7F52; }
a { background-color: rgb(219,127,82); }
div.DivClassName
{
background-color: #DB7F52;
}
.BgClassName
{
background-color: #DB7F52;
}
</style>
border-color css
<style>
span { border-color: #DB7F52; }
span { border-color: rgb(219,127,82); }
td.TdClassName
{
border-color: #DB7F52;
}
.TagClassName
{
border-color: #DB7F52;
}
</style>