Shades of Jaffa #DC754C
Tints of Jaffa #DC754C
RGB
CMYK
RGB Variations
Color information
#DC754C (or 0xDC754C) is known color: Jaffa. HEX triplet: DC, 75 and 4C. RGB value is (220,117,76). Sum of RGB (Red+Green+Blue) = 220+117+76=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC754C is #238AB3. Grayscale: #8F8F8F. Windows color (decimal): -2329268 or 5010908. OLE color: 5010908.
HSL color Cylindrical-coordinate representation of color #DC754C: hue angle of 17.08º 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 #DC754C is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 76 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.14 |
| HSL | 17.08º | 0.67% | 0.58% | - |
| HSV(B) | 17.08º | 0.65% | 0.86% | - |
| XYZ | 37.18 | 28.46 | 10.37 | - |
| YUV | 143.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 76 | 0 | 0.47 | 0.65 | 0.14 | 17.08 | 0.67 | 0.58 |
| Hex | DC | 75 | 4C | 0 | 2F | 41 | E | 11 | 43 | 3A |
| Octal | 334 | 165 | 114 | 0 | 57 | 101 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110101 | 1001100 | 0 | 101111 | 1000001 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC754C
Complementary color
Monochromatic Colors of #DC754C
Black with #DC754C
Text Example
Text Example
White with #DC754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC754C; }
p { color: rgb(220,117,76); }
H1.HeaderClassName
{
color: #DC754C;
}
.AnyTagClassName
{
color: #DC754C;
}
</style>
background-color css
<style>
a { background-color: #DC754C; }
a { background-color: rgb(220,117,76); }
div.DivClassName
{
background-color: #DC754C;
}
.BgClassName
{
background-color: #DC754C;
}
</style>
border-color css
<style>
span { border-color: #DC754C; }
span { border-color: rgb(220,117,76); }
td.TdClassName
{
border-color: #DC754C;
}
.TagClassName
{
border-color: #DC754C;
}
</style>