Shades of Jaffa #DD804F
Tints of Jaffa #DD804F
RGB
CMYK
RGB Variations
Color information
#DD804F (or 0xDD804F) is known color: Jaffa. HEX triplet: DD, 80 and 4F. RGB value is (221,128,79). Sum of RGB (Red+Green+Blue) = 221+128+79=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD804F is #227FB0. Grayscale: #969696. Windows color (decimal): -2260913 or 5210333. OLE color: 5210333.
HSL color Cylindrical-coordinate representation of color #DD804F: hue angle of 20.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD804F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 79 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.13 |
| HSL | 20.7º | 0.68% | 0.59% | - |
| HSV(B) | 20.7º | 0.64% | 0.87% | - |
| XYZ | 38.95 | 31.38 | 11.4 | - |
| YUV | 150.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 79 | 0 | 0.42 | 0.64 | 0.13 | 20.7 | 0.68 | 0.59 |
| Hex | DD | 80 | 4F | 0 | 2A | 40 | D | 15 | 44 | 3B |
| Octal | 335 | 200 | 117 | 0 | 52 | 100 | 15 | 25 | 104 | 73 |
| Binary | 11011101 | 10000000 | 1001111 | 0 | 101010 | 1000000 | 1101 | 10101 | 1000100 | 111011 |
Color Harmonies of #DD804F
Complementary color
Monochromatic Colors of #DD804F
Black with #DD804F
Text Example
Text Example
White with #DD804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD804F; }
p { color: rgb(221,128,79); }
H1.HeaderClassName
{
color: #DD804F;
}
.AnyTagClassName
{
color: #DD804F;
}
</style>
background-color css
<style>
a { background-color: #DD804F; }
a { background-color: rgb(221,128,79); }
div.DivClassName
{
background-color: #DD804F;
}
.BgClassName
{
background-color: #DD804F;
}
</style>
border-color css
<style>
span { border-color: #DD804F; }
span { border-color: rgb(221,128,79); }
td.TdClassName
{
border-color: #DD804F;
}
.TagClassName
{
border-color: #DD804F;
}
</style>