Shades of Jaffa #DC764B
Tints of Jaffa #DC764B
RGB
CMYK
RGB Variations
Color information
#DC764B (or 0xDC764B) is known color: Jaffa. HEX triplet: DC, 76 and 4B. RGB value is (220,118,75). Sum of RGB (Red+Green+Blue) = 220+118+75=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC764B is #2389B4. Grayscale: #8F8F8F. Windows color (decimal): -2329013 or 4945628. OLE color: 4945628.
HSL color Cylindrical-coordinate representation of color #DC764B: hue angle of 17.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC764B is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 75 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.14 |
| HSL | 17.79º | 0.67% | 0.58% | - |
| HSV(B) | 17.79º | 0.66% | 0.86% | - |
| XYZ | 37.26 | 28.68 | 10.23 | - |
| YUV | 143.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 75 | 0 | 0.46 | 0.66 | 0.14 | 17.79 | 0.67 | 0.58 |
| Hex | DC | 76 | 4B | 0 | 2E | 42 | E | 12 | 43 | 3A |
| Octal | 334 | 166 | 113 | 0 | 56 | 102 | 16 | 22 | 103 | 72 |
| Binary | 11011100 | 1110110 | 1001011 | 0 | 101110 | 1000010 | 1110 | 10010 | 1000011 | 111010 |
Color Harmonies of #DC764B
Complementary color
Monochromatic Colors of #DC764B
Black with #DC764B
Text Example
Text Example
White with #DC764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC764B; }
p { color: rgb(220,118,75); }
H1.HeaderClassName
{
color: #DC764B;
}
.AnyTagClassName
{
color: #DC764B;
}
</style>
background-color css
<style>
a { background-color: #DC764B; }
a { background-color: rgb(220,118,75); }
div.DivClassName
{
background-color: #DC764B;
}
.BgClassName
{
background-color: #DC764B;
}
</style>
border-color css
<style>
span { border-color: #DC764B; }
span { border-color: rgb(220,118,75); }
td.TdClassName
{
border-color: #DC764B;
}
.TagClassName
{
border-color: #DC764B;
}
</style>