Shades of Jaffa #DA7B4D
Tints of Jaffa #DA7B4D
RGB
CMYK
RGB Variations
Color information
#DA7B4D (or 0xDA7B4D) is known color: Jaffa. HEX triplet: DA, 7B and 4D. RGB value is (218,123,77). Sum of RGB (Red+Green+Blue) = 218+123+77=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B4D is #2584B2. Grayscale: #929292. Windows color (decimal): -2458803 or 5077978. OLE color: 5077978.
HSL color Cylindrical-coordinate representation of color #DA7B4D: hue angle of 19.57º degrees, saturation: 0.66, 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 #DA7B4D is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 77 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.15 |
| HSL | 19.57º | 0.66% | 0.58% | - |
| HSV(B) | 19.57º | 0.65% | 0.85% | - |
| XYZ | 37.34 | 29.61 | 10.77 | - |
| YUV | 146.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 77 | 0 | 0.44 | 0.65 | 0.15 | 19.57 | 0.66 | 0.58 |
| Hex | DA | 7B | 4D | 0 | 2C | 41 | F | 14 | 42 | 3A |
| Octal | 332 | 173 | 115 | 0 | 54 | 101 | 17 | 24 | 102 | 72 |
| Binary | 11011010 | 1111011 | 1001101 | 0 | 101100 | 1000001 | 1111 | 10100 | 1000010 | 111010 |
Color Harmonies of #DA7B4D
Complementary color
Monochromatic Colors of #DA7B4D
Black with #DA7B4D
Text Example
Text Example
White with #DA7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B4D; }
p { color: rgb(218,123,77); }
H1.HeaderClassName
{
color: #DA7B4D;
}
.AnyTagClassName
{
color: #DA7B4D;
}
</style>
background-color css
<style>
a { background-color: #DA7B4D; }
a { background-color: rgb(218,123,77); }
div.DivClassName
{
background-color: #DA7B4D;
}
.BgClassName
{
background-color: #DA7B4D;
}
</style>
border-color css
<style>
span { border-color: #DA7B4D; }
span { border-color: rgb(218,123,77); }
td.TdClassName
{
border-color: #DA7B4D;
}
.TagClassName
{
border-color: #DA7B4D;
}
</style>