Shades of Jaffa #DC8153
Tints of Jaffa #DC8153
RGB
CMYK
RGB Variations
Color information
#DC8153 (or 0xDC8153) is known color: Jaffa. HEX triplet: DC, 81 and 53. RGB value is (220,129,83). Sum of RGB (Red+Green+Blue) = 220+129+83=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8153 is #237EAC. Grayscale: #979797. Windows color (decimal): -2326189 or 5472732. OLE color: 5472732.
HSL color Cylindrical-coordinate representation of color #DC8153: hue angle of 20.15º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC8153 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 83 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.14 |
| HSL | 20.15º | 0.66% | 0.59% | - |
| HSV(B) | 20.15º | 0.62% | 0.86% | - |
| XYZ | 38.93 | 31.54 | 12.22 | - |
| YUV | 150.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 83 | 0 | 0.41 | 0.62 | 0.14 | 20.15 | 0.66 | 0.59 |
| Hex | DC | 81 | 53 | 0 | 29 | 3E | E | 14 | 42 | 3B |
| Octal | 334 | 201 | 123 | 0 | 51 | 76 | 16 | 24 | 102 | 73 |
| Binary | 11011100 | 10000001 | 1010011 | 0 | 101001 | 111110 | 1110 | 10100 | 1000010 | 111011 |
Color Harmonies of #DC8153
Complementary color
Monochromatic Colors of #DC8153
Black with #DC8153
Text Example
Text Example
White with #DC8153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8153; }
p { color: rgb(220,129,83); }
H1.HeaderClassName
{
color: #DC8153;
}
.AnyTagClassName
{
color: #DC8153;
}
</style>
background-color css
<style>
a { background-color: #DC8153; }
a { background-color: rgb(220,129,83); }
div.DivClassName
{
background-color: #DC8153;
}
.BgClassName
{
background-color: #DC8153;
}
</style>
border-color css
<style>
span { border-color: #DC8153; }
span { border-color: rgb(220,129,83); }
td.TdClassName
{
border-color: #DC8153;
}
.TagClassName
{
border-color: #DC8153;
}
</style>