Shades of Persimmon #DD4C00
Tints of Persimmon #DD4C00
RGB
CMYK
RGB Variations
Color information
#DD4C00 (or 0xDD4C00) is known color: Persimmon. HEX triplet: DD, 4C and 00. RGB value is (221,76,0). Sum of RGB (Red+Green+Blue) = 221+76+0=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C00 is #22B3FF. Grayscale: #6F6F6F. Windows color (decimal): -2274304 or 19677. OLE color: 19677.
HSL color Cylindrical-coordinate representation of color #DD4C00: hue angle of 20.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4C00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.13 |
| HSL | 20.63º | 1% | 0.43% | - |
| HSV(B) | 20.63º | 1% | 0.87% | - |
| XYZ | 32.4 | 20.54 | 2.26 | - |
| YUV | 110.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 0 | 0 | 0.66 | 1 | 0.13 | 20.63 | 1 | 0.43 |
| Hex | DD | 4C | 0 | 0 | 42 | 64 | D | 15 | 64 | 2B |
| Octal | 335 | 114 | 0 | 0 | 102 | 144 | 15 | 25 | 144 | 53 |
| Binary | 11011101 | 1001100 | 0 | 0 | 1000010 | 1100100 | 1101 | 10101 | 1100100 | 101011 |
Color Harmonies of #DD4C00
Complementary color
Monochromatic Colors of #DD4C00
Black with #DD4C00
Text Example
Text Example
White with #DD4C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C00; }
p { color: rgb(221,76,0); }
H1.HeaderClassName
{
color: #DD4C00;
}
.AnyTagClassName
{
color: #DD4C00;
}
</style>
background-color css
<style>
a { background-color: #DD4C00; }
a { background-color: rgb(221,76,0); }
div.DivClassName
{
background-color: #DD4C00;
}
.BgClassName
{
background-color: #DD4C00;
}
</style>
border-color css
<style>
span { border-color: #DD4C00; }
span { border-color: rgb(221,76,0); }
td.TdClassName
{
border-color: #DD4C00;
}
.TagClassName
{
border-color: #DD4C00;
}
</style>