Shades of Jaffa #DC764D
Tints of Jaffa #DC764D
RGB
CMYK
RGB Variations
Color information
#DC764D (or 0xDC764D) is known color: Jaffa. HEX triplet: DC, 76 and 4D. RGB value is (220,118,77). Sum of RGB (Red+Green+Blue) = 220+118+77=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC764D is #2389B2. Grayscale: #909090. Windows color (decimal): -2329011 or 5076700. OLE color: 5076700.
HSL color Cylindrical-coordinate representation of color #DC764D: hue angle of 17.2º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC764D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 17.2º | 0.67% | 0.58% | - |
| HSV(B) | 17.2º | 0.65% | 0.86% | - |
| XYZ | 37.33 | 28.71 | 10.59 | - |
| YUV | 143.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 77 | 0 | 0.46 | 0.65 | 0.14 | 17.2 | 0.67 | 0.58 |
| Hex | DC | 76 | 4D | 0 | 2E | 41 | E | 11 | 43 | 3A |
| Octal | 334 | 166 | 115 | 0 | 56 | 101 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110110 | 1001101 | 0 | 101110 | 1000001 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC764D
Complementary color
Monochromatic Colors of #DC764D
Black with #DC764D
Text Example
Text Example
White with #DC764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC764D; }
p { color: rgb(220,118,77); }
H1.HeaderClassName
{
color: #DC764D;
}
.AnyTagClassName
{
color: #DC764D;
}
</style>
background-color css
<style>
a { background-color: #DC764D; }
a { background-color: rgb(220,118,77); }
div.DivClassName
{
background-color: #DC764D;
}
.BgClassName
{
background-color: #DC764D;
}
</style>
border-color css
<style>
span { border-color: #DC764D; }
span { border-color: rgb(220,118,77); }
td.TdClassName
{
border-color: #DC764D;
}
.TagClassName
{
border-color: #DC764D;
}
</style>