Shades of Jaffa #DC764F
Tints of Jaffa #DC764F
RGB
CMYK
RGB Variations
Color information
#DC764F (or 0xDC764F) is known color: Jaffa. HEX triplet: DC, 76 and 4F. RGB value is (220,118,79). Sum of RGB (Red+Green+Blue) = 220+118+79=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC764F is #2389B0. Grayscale: #909090. Windows color (decimal): -2329009 or 5207772. OLE color: 5207772.
HSL color Cylindrical-coordinate representation of color #DC764F: hue angle of 16.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC764F is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 79 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.14 |
| HSL | 16.6º | 0.67% | 0.59% | - |
| HSV(B) | 16.6º | 0.64% | 0.86% | - |
| XYZ | 37.4 | 28.74 | 10.97 | - |
| YUV | 144.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 79 | 0 | 0.46 | 0.64 | 0.14 | 16.6 | 0.67 | 0.59 |
| Hex | DC | 76 | 4F | 0 | 2E | 40 | E | 11 | 43 | 3B |
| Octal | 334 | 166 | 117 | 0 | 56 | 100 | 16 | 21 | 103 | 73 |
| Binary | 11011100 | 1110110 | 1001111 | 0 | 101110 | 1000000 | 1110 | 10001 | 1000011 | 111011 |
Color Harmonies of #DC764F
Complementary color
Monochromatic Colors of #DC764F
Black with #DC764F
Text Example
Text Example
White with #DC764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC764F; }
p { color: rgb(220,118,79); }
H1.HeaderClassName
{
color: #DC764F;
}
.AnyTagClassName
{
color: #DC764F;
}
</style>
background-color css
<style>
a { background-color: #DC764F; }
a { background-color: rgb(220,118,79); }
div.DivClassName
{
background-color: #DC764F;
}
.BgClassName
{
background-color: #DC764F;
}
</style>
border-color css
<style>
span { border-color: #DC764F; }
span { border-color: rgb(220,118,79); }
td.TdClassName
{
border-color: #DC764F;
}
.TagClassName
{
border-color: #DC764F;
}
</style>