Shades of Jaffa #DC754D
Tints of Jaffa #DC754D
RGB
CMYK
RGB Variations
Color information
#DC754D (or 0xDC754D) is known color: Jaffa. HEX triplet: DC, 75 and 4D. RGB value is (220,117,77). Sum of RGB (Red+Green+Blue) = 220+117+77=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC754D is #238AB2. Grayscale: #8F8F8F. Windows color (decimal): -2329267 or 5076444. OLE color: 5076444.
HSL color Cylindrical-coordinate representation of color #DC754D: hue angle of 16.78º 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 #DC754D is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 77 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.14 |
| HSL | 16.78º | 0.67% | 0.58% | - |
| HSV(B) | 16.78º | 0.65% | 0.86% | - |
| XYZ | 37.22 | 28.47 | 10.56 | - |
| YUV | 143.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 77 | 0 | 0.47 | 0.65 | 0.14 | 16.78 | 0.67 | 0.58 |
| Hex | DC | 75 | 4D | 0 | 2F | 41 | E | 11 | 43 | 3A |
| Octal | 334 | 165 | 115 | 0 | 57 | 101 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110101 | 1001101 | 0 | 101111 | 1000001 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC754D
Complementary color
Monochromatic Colors of #DC754D
Black with #DC754D
Text Example
Text Example
White with #DC754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC754D; }
p { color: rgb(220,117,77); }
H1.HeaderClassName
{
color: #DC754D;
}
.AnyTagClassName
{
color: #DC754D;
}
</style>
background-color css
<style>
a { background-color: #DC754D; }
a { background-color: rgb(220,117,77); }
div.DivClassName
{
background-color: #DC754D;
}
.BgClassName
{
background-color: #DC754D;
}
</style>
border-color css
<style>
span { border-color: #DC754D; }
span { border-color: rgb(220,117,77); }
td.TdClassName
{
border-color: #DC754D;
}
.TagClassName
{
border-color: #DC754D;
}
</style>