Shades of Jaffa #DA763D
Tints of Jaffa #DA763D
RGB
CMYK
RGB Variations
Color information
#DA763D (or 0xDA763D) is known color: Jaffa. HEX triplet: DA, 76 and 3D. RGB value is (218,118,61). Sum of RGB (Red+Green+Blue) = 218+118+61=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA763D is #2589C2. Grayscale: #8D8D8D. Windows color (decimal): -2460099 or 4028122. OLE color: 4028122.
HSL color Cylindrical-coordinate representation of color #DA763D: hue angle of 21.78º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA763D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 61 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.15 |
| HSL | 21.78º | 0.68% | 0.55% | - |
| HSV(B) | 21.78º | 0.72% | 0.85% | - |
| XYZ | 36.23 | 28.2 | 7.95 | - |
| YUV | 141.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 61 | 0 | 0.46 | 0.72 | 0.15 | 21.78 | 0.68 | 0.55 |
| Hex | DA | 76 | 3D | 0 | 2E | 48 | F | 16 | 44 | 37 |
| Octal | 332 | 166 | 75 | 0 | 56 | 110 | 17 | 26 | 104 | 67 |
| Binary | 11011010 | 1110110 | 111101 | 0 | 101110 | 1001000 | 1111 | 10110 | 1000100 | 110111 |
Color Harmonies of #DA763D
Complementary color
Monochromatic Colors of #DA763D
Black with #DA763D
Text Example
Text Example
White with #DA763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA763D; }
p { color: rgb(218,118,61); }
H1.HeaderClassName
{
color: #DA763D;
}
.AnyTagClassName
{
color: #DA763D;
}
</style>
background-color css
<style>
a { background-color: #DA763D; }
a { background-color: rgb(218,118,61); }
div.DivClassName
{
background-color: #DA763D;
}
.BgClassName
{
background-color: #DA763D;
}
</style>
border-color css
<style>
span { border-color: #DA763D; }
span { border-color: rgb(218,118,61); }
td.TdClassName
{
border-color: #DA763D;
}
.TagClassName
{
border-color: #DA763D;
}
</style>