Shades of Jaffa #D9754D
Tints of Jaffa #D9754D
RGB
CMYK
RGB Variations
Color information
#D9754D (or 0xD9754D) is known color: Jaffa. HEX triplet: D9, 75 and 4D. RGB value is (217,117,77). Sum of RGB (Red+Green+Blue) = 217+117+77=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9754D is #268AB2. Grayscale: #8E8E8E. Windows color (decimal): -2525875 or 5076441. OLE color: 5076441.
HSL color Cylindrical-coordinate representation of color #D9754D: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9754D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.15 |
| HSL | 17.14º | 0.65% | 0.58% | - |
| HSV(B) | 17.14º | 0.65% | 0.85% | - |
| XYZ | 36.32 | 28.01 | 10.51 | - |
| YUV | 142.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 77 | 0 | 0.46 | 0.65 | 0.15 | 17.14 | 0.65 | 0.58 |
| Hex | D9 | 75 | 4D | 0 | 2E | 41 | F | 11 | 41 | 3A |
| Octal | 331 | 165 | 115 | 0 | 56 | 101 | 17 | 21 | 101 | 72 |
| Binary | 11011001 | 1110101 | 1001101 | 0 | 101110 | 1000001 | 1111 | 10001 | 1000001 | 111010 |
Color Harmonies of #D9754D
Complementary color
Monochromatic Colors of #D9754D
Black with #D9754D
Text Example
Text Example
White with #D9754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9754D; }
p { color: rgb(217,117,77); }
H1.HeaderClassName
{
color: #D9754D;
}
.AnyTagClassName
{
color: #D9754D;
}
</style>
background-color css
<style>
a { background-color: #D9754D; }
a { background-color: rgb(217,117,77); }
div.DivClassName
{
background-color: #D9754D;
}
.BgClassName
{
background-color: #D9754D;
}
</style>
border-color css
<style>
span { border-color: #D9754D; }
span { border-color: rgb(217,117,77); }
td.TdClassName
{
border-color: #D9754D;
}
.TagClassName
{
border-color: #D9754D;
}
</style>