Shades of Jaffa #DC774F
Tints of Jaffa #DC774F
RGB
CMYK
RGB Variations
Color information
#DC774F (or 0xDC774F) is known color: Jaffa. HEX triplet: DC, 77 and 4F. RGB value is (220,119,79). Sum of RGB (Red+Green+Blue) = 220+119+79=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC774F is #2388B0. Grayscale: #909090. Windows color (decimal): -2328753 or 5208028. OLE color: 5208028.
HSL color Cylindrical-coordinate representation of color #DC774F: hue angle of 17.02º 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 #DC774F is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 79 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.14 |
| HSL | 17.02º | 0.67% | 0.59% | - |
| HSV(B) | 17.02º | 0.64% | 0.86% | - |
| XYZ | 37.52 | 28.97 | 11.01 | - |
| YUV | 144.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 79 | 0 | 0.46 | 0.64 | 0.14 | 17.02 | 0.67 | 0.59 |
| Hex | DC | 77 | 4F | 0 | 2E | 40 | E | 11 | 43 | 3B |
| Octal | 334 | 167 | 117 | 0 | 56 | 100 | 16 | 21 | 103 | 73 |
| Binary | 11011100 | 1110111 | 1001111 | 0 | 101110 | 1000000 | 1110 | 10001 | 1000011 | 111011 |
Color Harmonies of #DC774F
Complementary color
Monochromatic Colors of #DC774F
Black with #DC774F
Text Example
Text Example
White with #DC774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC774F; }
p { color: rgb(220,119,79); }
H1.HeaderClassName
{
color: #DC774F;
}
.AnyTagClassName
{
color: #DC774F;
}
</style>
background-color css
<style>
a { background-color: #DC774F; }
a { background-color: rgb(220,119,79); }
div.DivClassName
{
background-color: #DC774F;
}
.BgClassName
{
background-color: #DC774F;
}
</style>
border-color css
<style>
span { border-color: #DC774F; }
span { border-color: rgb(220,119,79); }
td.TdClassName
{
border-color: #DC774F;
}
.TagClassName
{
border-color: #DC774F;
}
</style>