Shades of Jaffa #D9774D
Tints of Jaffa #D9774D
RGB
CMYK
RGB Variations
Color information
#D9774D (or 0xD9774D) is known color: Jaffa. HEX triplet: D9, 77 and 4D. RGB value is (217,119,77). Sum of RGB (Red+Green+Blue) = 217+119+77=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9774D is #2688B2. Grayscale: #8F8F8F. Windows color (decimal): -2525363 or 5076953. OLE color: 5076953.
HSL color Cylindrical-coordinate representation of color #D9774D: hue angle of 18º 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 #D9774D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 77 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.15 |
| HSL | 18º | 0.65% | 0.58% | - |
| HSV(B) | 18º | 0.65% | 0.85% | - |
| XYZ | 36.55 | 28.48 | 10.59 | - |
| YUV | 143.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 77 | 0 | 0.45 | 0.65 | 0.15 | 18 | 0.65 | 0.58 |
| Hex | D9 | 77 | 4D | 0 | 2D | 41 | F | 12 | 41 | 3A |
| Octal | 331 | 167 | 115 | 0 | 55 | 101 | 17 | 22 | 101 | 72 |
| Binary | 11011001 | 1110111 | 1001101 | 0 | 101101 | 1000001 | 1111 | 10010 | 1000001 | 111010 |
Color Harmonies of #D9774D
Complementary color
Monochromatic Colors of #D9774D
Black with #D9774D
Text Example
Text Example
White with #D9774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9774D; }
p { color: rgb(217,119,77); }
H1.HeaderClassName
{
color: #D9774D;
}
.AnyTagClassName
{
color: #D9774D;
}
</style>
background-color css
<style>
a { background-color: #D9774D; }
a { background-color: rgb(217,119,77); }
div.DivClassName
{
background-color: #D9774D;
}
.BgClassName
{
background-color: #D9774D;
}
</style>
border-color css
<style>
span { border-color: #D9774D; }
span { border-color: rgb(217,119,77); }
td.TdClassName
{
border-color: #D9774D;
}
.TagClassName
{
border-color: #D9774D;
}
</style>