Shades of Jaffa #DC814E
Tints of Jaffa #DC814E
RGB
CMYK
RGB Variations
Color information
#DC814E (or 0xDC814E) is known color: Jaffa. HEX triplet: DC, 81 and 4E. RGB value is (220,129,78). Sum of RGB (Red+Green+Blue) = 220+129+78=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC814E is #237EB1. Grayscale: #969696. Windows color (decimal): -2326194 or 5145052. OLE color: 5145052.
HSL color Cylindrical-coordinate representation of color #DC814E: hue angle of 21.55º 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 #DC814E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 78 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 21.55º | 0.67% | 0.58% | - |
| HSV(B) | 21.55º | 0.65% | 0.86% | - |
| XYZ | 38.74 | 31.47 | 11.24 | - |
| YUV | 150.4 | 87.15 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 78 | 0 | 0.41 | 0.65 | 0.14 | 21.55 | 0.67 | 0.58 |
| Hex | DC | 81 | 4E | 0 | 29 | 41 | E | 16 | 43 | 3A |
| Octal | 334 | 201 | 116 | 0 | 51 | 101 | 16 | 26 | 103 | 72 |
| Binary | 11011100 | 10000001 | 1001110 | 0 | 101001 | 1000001 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DC814E
Complementary color
Monochromatic Colors of #DC814E
Black with #DC814E
Text Example
Text Example
White with #DC814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC814E; }
p { color: rgb(220,129,78); }
H1.HeaderClassName
{
color: #DC814E;
}
.AnyTagClassName
{
color: #DC814E;
}
</style>
background-color css
<style>
a { background-color: #DC814E; }
a { background-color: rgb(220,129,78); }
div.DivClassName
{
background-color: #DC814E;
}
.BgClassName
{
background-color: #DC814E;
}
</style>
border-color css
<style>
span { border-color: #DC814E; }
span { border-color: rgb(220,129,78); }
td.TdClassName
{
border-color: #DC814E;
}
.TagClassName
{
border-color: #DC814E;
}
</style>