Shades of Persimmon #DD4801
Tints of Persimmon #DD4801
RGB
CMYK
RGB Variations
Color information
#DD4801 (or 0xDD4801) is known color: Persimmon. HEX triplet: DD, 48 and 01. RGB value is (221,72,1). Sum of RGB (Red+Green+Blue) = 221+72+1=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4801 is #22B7FE. Grayscale: #6C6C6C. Windows color (decimal): -2275327 or 84189. OLE color: 84189.
HSL color Cylindrical-coordinate representation of color #DD4801: hue angle of 19.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4801 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.13 |
| HSL | 19.36º | 0.99% | 0.44% | - |
| HSV(B) | 19.36º | 1% | 0.87% | - |
| XYZ | 32.14 | 20.01 | 2.2 | - |
| YUV | 108.46 | 67.36 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 1 | 0 | 0.67 | 1.00 | 0.13 | 19.36 | 0.99 | 0.44 |
| Hex | DD | 48 | 1 | 0 | 43 | 64 | D | 13 | 63 | 2C |
| Octal | 335 | 110 | 1 | 0 | 103 | 144 | 15 | 23 | 143 | 54 |
| Binary | 11011101 | 1001000 | 1 | 0 | 1000011 | 1100100 | 1101 | 10011 | 1100011 | 101100 |
Color Harmonies of #DD4801
Complementary color
Monochromatic Colors of #DD4801
Black with #DD4801
Text Example
Text Example
White with #DD4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4801; }
p { color: rgb(221,72,1); }
H1.HeaderClassName
{
color: #DD4801;
}
.AnyTagClassName
{
color: #DD4801;
}
</style>
background-color css
<style>
a { background-color: #DD4801; }
a { background-color: rgb(221,72,1); }
div.DivClassName
{
background-color: #DD4801;
}
.BgClassName
{
background-color: #DD4801;
}
</style>
border-color css
<style>
span { border-color: #DD4801; }
span { border-color: rgb(221,72,1); }
td.TdClassName
{
border-color: #DD4801;
}
.TagClassName
{
border-color: #DD4801;
}
</style>