Shades of Jaffa #D8764B
Tints of Jaffa #D8764B
RGB
CMYK
RGB Variations
Color information
#D8764B (or 0xD8764B) is known color: Jaffa. HEX triplet: D8, 76 and 4B. RGB value is (216,118,75). Sum of RGB (Red+Green+Blue) = 216+118+75=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8764B is #2789B4. Grayscale: #8E8E8E. Windows color (decimal): -2591157 or 4945624. OLE color: 4945624.
HSL color Cylindrical-coordinate representation of color #D8764B: hue angle of 18.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8764B is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 75 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.15 |
| HSL | 18.3º | 0.64% | 0.57% | - |
| HSV(B) | 18.3º | 0.65% | 0.85% | - |
| XYZ | 36.07 | 28.06 | 10.17 | - |
| YUV | 142.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 75 | 0 | 0.45 | 0.65 | 0.15 | 18.3 | 0.64 | 0.57 |
| Hex | D8 | 76 | 4B | 0 | 2D | 41 | F | 12 | 40 | 39 |
| Octal | 330 | 166 | 113 | 0 | 55 | 101 | 17 | 22 | 100 | 71 |
| Binary | 11011000 | 1110110 | 1001011 | 0 | 101101 | 1000001 | 1111 | 10010 | 1000000 | 111001 |
Color Harmonies of #D8764B
Complementary color
Monochromatic Colors of #D8764B
Black with #D8764B
Text Example
Text Example
White with #D8764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8764B; }
p { color: rgb(216,118,75); }
H1.HeaderClassName
{
color: #D8764B;
}
.AnyTagClassName
{
color: #D8764B;
}
</style>
background-color css
<style>
a { background-color: #D8764B; }
a { background-color: rgb(216,118,75); }
div.DivClassName
{
background-color: #D8764B;
}
.BgClassName
{
background-color: #D8764B;
}
</style>
border-color css
<style>
span { border-color: #D8764B; }
span { border-color: rgb(216,118,75); }
td.TdClassName
{
border-color: #D8764B;
}
.TagClassName
{
border-color: #D8764B;
}
</style>