Shades of Jaffa #D9754E
Tints of Jaffa #D9754E
RGB
CMYK
RGB Variations
Color information
#D9754E (or 0xD9754E) is known color: Jaffa. HEX triplet: D9, 75 and 4E. RGB value is (217,117,78). Sum of RGB (Red+Green+Blue) = 217+117+78=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9754E is #268AB1. Grayscale: #8E8E8E. Windows color (decimal): -2525874 or 5141977. OLE color: 5141977.
HSL color Cylindrical-coordinate representation of color #D9754E: hue angle of 16.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9754E is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 78 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.15 |
| HSL | 16.83º | 0.65% | 0.58% | - |
| HSV(B) | 16.83º | 0.64% | 0.85% | - |
| XYZ | 36.35 | 28.02 | 10.7 | - |
| YUV | 142.45 | 91.63 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 78 | 0 | 0.46 | 0.64 | 0.15 | 16.83 | 0.65 | 0.58 |
| Hex | D9 | 75 | 4E | 0 | 2E | 40 | F | 11 | 41 | 3A |
| Octal | 331 | 165 | 116 | 0 | 56 | 100 | 17 | 21 | 101 | 72 |
| Binary | 11011001 | 1110101 | 1001110 | 0 | 101110 | 1000000 | 1111 | 10001 | 1000001 | 111010 |
Color Harmonies of #D9754E
Complementary color
Monochromatic Colors of #D9754E
Black with #D9754E
Text Example
Text Example
White with #D9754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9754E; }
p { color: rgb(217,117,78); }
H1.HeaderClassName
{
color: #D9754E;
}
.AnyTagClassName
{
color: #D9754E;
}
</style>
background-color css
<style>
a { background-color: #D9754E; }
a { background-color: rgb(217,117,78); }
div.DivClassName
{
background-color: #D9754E;
}
.BgClassName
{
background-color: #D9754E;
}
</style>
border-color css
<style>
span { border-color: #D9754E; }
span { border-color: rgb(217,117,78); }
td.TdClassName
{
border-color: #D9754E;
}
.TagClassName
{
border-color: #D9754E;
}
</style>