Shades of Jaffa #DC764E
Tints of Jaffa #DC764E
RGB
CMYK
RGB Variations
Color information
#DC764E (or 0xDC764E) is known color: Jaffa. HEX triplet: DC, 76 and 4E. RGB value is (220,118,78). Sum of RGB (Red+Green+Blue) = 220+118+78=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC764E is #2389B1. Grayscale: #909090. Windows color (decimal): -2329010 or 5142236. OLE color: 5142236.
HSL color Cylindrical-coordinate representation of color #DC764E: hue angle of 16.9º 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 #DC764E is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 78 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 16.9º | 0.67% | 0.58% | - |
| HSV(B) | 16.9º | 0.65% | 0.86% | - |
| XYZ | 37.37 | 28.72 | 10.78 | - |
| YUV | 143.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 78 | 0 | 0.46 | 0.65 | 0.14 | 16.9 | 0.67 | 0.58 |
| Hex | DC | 76 | 4E | 0 | 2E | 41 | E | 11 | 43 | 3A |
| Octal | 334 | 166 | 116 | 0 | 56 | 101 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110110 | 1001110 | 0 | 101110 | 1000001 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC764E
Complementary color
Monochromatic Colors of #DC764E
Black with #DC764E
Text Example
Text Example
White with #DC764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC764E; }
p { color: rgb(220,118,78); }
H1.HeaderClassName
{
color: #DC764E;
}
.AnyTagClassName
{
color: #DC764E;
}
</style>
background-color css
<style>
a { background-color: #DC764E; }
a { background-color: rgb(220,118,78); }
div.DivClassName
{
background-color: #DC764E;
}
.BgClassName
{
background-color: #DC764E;
}
</style>
border-color css
<style>
span { border-color: #DC764E; }
span { border-color: rgb(220,118,78); }
td.TdClassName
{
border-color: #DC764E;
}
.TagClassName
{
border-color: #DC764E;
}
</style>