Shades of Jaffa #DC8254
Tints of Jaffa #DC8254
RGB
CMYK
RGB Variations
Color information
#DC8254 (or 0xDC8254) is known color: Jaffa. HEX triplet: DC, 82 and 54. RGB value is (220,130,84). Sum of RGB (Red+Green+Blue) = 220+130+84=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8254 is #237DAB. Grayscale: #979797. Windows color (decimal): -2325932 or 5538524. OLE color: 5538524.
HSL color Cylindrical-coordinate representation of color #DC8254: hue angle of 20.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC8254 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 84 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.14 |
| HSL | 20.29º | 0.66% | 0.6% | - |
| HSV(B) | 20.29º | 0.62% | 0.86% | - |
| XYZ | 39.1 | 31.82 | 12.47 | - |
| YUV | 151.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 84 | 0 | 0.41 | 0.62 | 0.14 | 20.29 | 0.66 | 0.6 |
| Hex | DC | 82 | 54 | 0 | 29 | 3E | E | 14 | 42 | 3C |
| Octal | 334 | 202 | 124 | 0 | 51 | 76 | 16 | 24 | 102 | 74 |
| Binary | 11011100 | 10000010 | 1010100 | 0 | 101001 | 111110 | 1110 | 10100 | 1000010 | 111100 |
Color Harmonies of #DC8254
Complementary color
Monochromatic Colors of #DC8254
Black with #DC8254
Text Example
Text Example
White with #DC8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8254; }
p { color: rgb(220,130,84); }
H1.HeaderClassName
{
color: #DC8254;
}
.AnyTagClassName
{
color: #DC8254;
}
</style>
background-color css
<style>
a { background-color: #DC8254; }
a { background-color: rgb(220,130,84); }
div.DivClassName
{
background-color: #DC8254;
}
.BgClassName
{
background-color: #DC8254;
}
</style>
border-color css
<style>
span { border-color: #DC8254; }
span { border-color: rgb(220,130,84); }
td.TdClassName
{
border-color: #DC8254;
}
.TagClassName
{
border-color: #DC8254;
}
</style>