Shades of Jaffa #DC734B
Tints of Jaffa #DC734B
RGB
CMYK
RGB Variations
Color information
#DC734B (or 0xDC734B) is known color: Jaffa. HEX triplet: DC, 73 and 4B. RGB value is (220,115,75). Sum of RGB (Red+Green+Blue) = 220+115+75=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC734B is #238CB4. Grayscale: #8E8E8E. Windows color (decimal): -2329781 or 4944860. OLE color: 4944860.
HSL color Cylindrical-coordinate representation of color #DC734B: hue angle of 16.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC734B is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 75 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.14 |
| HSL | 16.55º | 0.67% | 0.58% | - |
| HSV(B) | 16.55º | 0.66% | 0.86% | - |
| XYZ | 36.92 | 27.99 | 10.11 | - |
| YUV | 141.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 75 | 0 | 0.48 | 0.66 | 0.14 | 16.55 | 0.67 | 0.58 |
| Hex | DC | 73 | 4B | 0 | 30 | 42 | E | 11 | 43 | 3A |
| Octal | 334 | 163 | 113 | 0 | 60 | 102 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110011 | 1001011 | 0 | 110000 | 1000010 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC734B
Complementary color
Monochromatic Colors of #DC734B
Black with #DC734B
Text Example
Text Example
White with #DC734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC734B; }
p { color: rgb(220,115,75); }
H1.HeaderClassName
{
color: #DC734B;
}
.AnyTagClassName
{
color: #DC734B;
}
</style>
background-color css
<style>
a { background-color: #DC734B; }
a { background-color: rgb(220,115,75); }
div.DivClassName
{
background-color: #DC734B;
}
.BgClassName
{
background-color: #DC734B;
}
</style>
border-color css
<style>
span { border-color: #DC734B; }
span { border-color: rgb(220,115,75); }
td.TdClassName
{
border-color: #DC734B;
}
.TagClassName
{
border-color: #DC734B;
}
</style>