Shades of Persimmon #DD6201
Tints of Persimmon #DD6201
RGB
CMYK
RGB Variations
Color information
#DD6201 (or 0xDD6201) is known color: Persimmon. HEX triplet: DD, 62 and 01. RGB value is (221,98,1). Sum of RGB (Red+Green+Blue) = 221+98+1=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6201 is #229DFE. Grayscale: #7C7C7C. Windows color (decimal): -2268671 or 90845. OLE color: 90845.
HSL color Cylindrical-coordinate representation of color #DD6201: hue angle of 26.45º 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 #DD6201 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.13 |
| HSL | 26.45º | 0.99% | 0.44% | - |
| HSV(B) | 26.45º | 1% | 0.87% | - |
| XYZ | 34.19 | 24.11 | 2.88 | - |
| YUV | 123.72 | 58.75 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 1 | 0 | 0.56 | 1.00 | 0.13 | 26.45 | 0.99 | 0.44 |
| Hex | DD | 62 | 1 | 0 | 38 | 64 | D | 1A | 63 | 2C |
| Octal | 335 | 142 | 1 | 0 | 70 | 144 | 15 | 32 | 143 | 54 |
| Binary | 11011101 | 1100010 | 1 | 0 | 111000 | 1100100 | 1101 | 11010 | 1100011 | 101100 |
Color Harmonies of #DD6201
Complementary color
Monochromatic Colors of #DD6201
Black with #DD6201
Text Example
Text Example
White with #DD6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6201; }
p { color: rgb(221,98,1); }
H1.HeaderClassName
{
color: #DD6201;
}
.AnyTagClassName
{
color: #DD6201;
}
</style>
background-color css
<style>
a { background-color: #DD6201; }
a { background-color: rgb(221,98,1); }
div.DivClassName
{
background-color: #DD6201;
}
.BgClassName
{
background-color: #DD6201;
}
</style>
border-color css
<style>
span { border-color: #DD6201; }
span { border-color: rgb(221,98,1); }
td.TdClassName
{
border-color: #DD6201;
}
.TagClassName
{
border-color: #DD6201;
}
</style>