Shades of Persimmon #DD4701
Tints of Persimmon #DD4701
RGB
CMYK
RGB Variations
Color information
#DD4701 (or 0xDD4701) is known color: Persimmon. HEX triplet: DD, 47 and 01. RGB value is (221,71,1). Sum of RGB (Red+Green+Blue) = 221+71+1=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4701 is #22B8FE. Grayscale: #6C6C6C. Windows color (decimal): -2275583 or 83933. OLE color: 83933.
HSL color Cylindrical-coordinate representation of color #DD4701: hue angle of 19.09º 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 #DD4701 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.13 |
| HSL | 19.09º | 0.99% | 0.44% | - |
| HSV(B) | 19.09º | 1% | 0.87% | - |
| XYZ | 32.08 | 19.88 | 2.18 | - |
| YUV | 107.87 | 67.7 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 1 | 0 | 0.68 | 1.00 | 0.13 | 19.09 | 0.99 | 0.44 |
| Hex | DD | 47 | 1 | 0 | 44 | 64 | D | 13 | 63 | 2C |
| Octal | 335 | 107 | 1 | 0 | 104 | 144 | 15 | 23 | 143 | 54 |
| Binary | 11011101 | 1000111 | 1 | 0 | 1000100 | 1100100 | 1101 | 10011 | 1100011 | 101100 |
Color Harmonies of #DD4701
Complementary color
Monochromatic Colors of #DD4701
Black with #DD4701
Text Example
Text Example
White with #DD4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4701; }
p { color: rgb(221,71,1); }
H1.HeaderClassName
{
color: #DD4701;
}
.AnyTagClassName
{
color: #DD4701;
}
</style>
background-color css
<style>
a { background-color: #DD4701; }
a { background-color: rgb(221,71,1); }
div.DivClassName
{
background-color: #DD4701;
}
.BgClassName
{
background-color: #DD4701;
}
</style>
border-color css
<style>
span { border-color: #DD4701; }
span { border-color: rgb(221,71,1); }
td.TdClassName
{
border-color: #DD4701;
}
.TagClassName
{
border-color: #DD4701;
}
</style>