Shades of Jaffa #DA7D53
Tints of Jaffa #DA7D53
RGB
CMYK
RGB Variations
Color information
#DA7D53 (or 0xDA7D53) is known color: Jaffa. HEX triplet: DA, 7D and 53. RGB value is (218,125,83). Sum of RGB (Red+Green+Blue) = 218+125+83=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D53 is #2582AC. Grayscale: #949494. Windows color (decimal): -2458285 or 5471706. OLE color: 5471706.
HSL color Cylindrical-coordinate representation of color #DA7D53: hue angle of 18.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7D53 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 83 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.15 |
| HSL | 18.67º | 0.65% | 0.59% | - |
| HSV(B) | 18.67º | 0.62% | 0.85% | - |
| XYZ | 37.81 | 30.2 | 12.02 | - |
| YUV | 148.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 83 | 0 | 0.43 | 0.62 | 0.15 | 18.67 | 0.65 | 0.59 |
| Hex | DA | 7D | 53 | 0 | 2B | 3E | F | 13 | 41 | 3B |
| Octal | 332 | 175 | 123 | 0 | 53 | 76 | 17 | 23 | 101 | 73 |
| Binary | 11011010 | 1111101 | 1010011 | 0 | 101011 | 111110 | 1111 | 10011 | 1000001 | 111011 |
Color Harmonies of #DA7D53
Complementary color
Monochromatic Colors of #DA7D53
Black with #DA7D53
Text Example
Text Example
White with #DA7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D53; }
p { color: rgb(218,125,83); }
H1.HeaderClassName
{
color: #DA7D53;
}
.AnyTagClassName
{
color: #DA7D53;
}
</style>
background-color css
<style>
a { background-color: #DA7D53; }
a { background-color: rgb(218,125,83); }
div.DivClassName
{
background-color: #DA7D53;
}
.BgClassName
{
background-color: #DA7D53;
}
</style>
border-color css
<style>
span { border-color: #DA7D53; }
span { border-color: rgb(218,125,83); }
td.TdClassName
{
border-color: #DA7D53;
}
.TagClassName
{
border-color: #DA7D53;
}
</style>