Shades of Jaffa #DC764C
Tints of Jaffa #DC764C
RGB
CMYK
RGB Variations
Color information
#DC764C (or 0xDC764C) is known color: Jaffa. HEX triplet: DC, 76 and 4C. RGB value is (220,118,76). Sum of RGB (Red+Green+Blue) = 220+118+76=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC764C is #2389B3. Grayscale: #8F8F8F. Windows color (decimal): -2329012 or 5011164. OLE color: 5011164.
HSL color Cylindrical-coordinate representation of color #DC764C: hue angle of 17.5º 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 #DC764C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 76 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.14 |
| HSL | 17.5º | 0.67% | 0.58% | - |
| HSV(B) | 17.5º | 0.65% | 0.86% | - |
| XYZ | 37.3 | 28.69 | 10.41 | - |
| YUV | 143.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 76 | 0 | 0.46 | 0.65 | 0.14 | 17.5 | 0.67 | 0.58 |
| Hex | DC | 76 | 4C | 0 | 2E | 41 | E | 12 | 43 | 3A |
| Octal | 334 | 166 | 114 | 0 | 56 | 101 | 16 | 22 | 103 | 72 |
| Binary | 11011100 | 1110110 | 1001100 | 0 | 101110 | 1000001 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DC764C
Complementary color
Monochromatic Colors of #DC764C
Black with #DC764C
Text Example
Text Example
White with #DC764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC764C; }
p { color: rgb(220,118,76); }
H1.HeaderClassName
{
color: #DC764C;
}
.AnyTagClassName
{
color: #DC764C;
}
</style>
background-color css
<style>
a { background-color: #DC764C; }
a { background-color: rgb(220,118,76); }
div.DivClassName
{
background-color: #DC764C;
}
.BgClassName
{
background-color: #DC764C;
}
</style>
border-color css
<style>
span { border-color: #DC764C; }
span { border-color: rgb(220,118,76); }
td.TdClassName
{
border-color: #DC764C;
}
.TagClassName
{
border-color: #DC764C;
}
</style>