Shades of Persimmon #DD6001
Tints of Persimmon #DD6001
RGB
CMYK
RGB Variations
Color information
#DD6001 (or 0xDD6001) is known color: Persimmon. HEX triplet: DD, 60 and 01. RGB value is (221,96,1). Sum of RGB (Red+Green+Blue) = 221+96+1=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6001 is #229FFE. Grayscale: #7B7B7B. Windows color (decimal): -2269183 or 90333. OLE color: 90333.
HSL color Cylindrical-coordinate representation of color #DD6001: hue angle of 25.91º 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 #DD6001 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.13 |
| HSL | 25.91º | 0.99% | 0.44% | - |
| HSV(B) | 25.91º | 1% | 0.87% | - |
| XYZ | 34.01 | 23.74 | 2.82 | - |
| YUV | 122.55 | 59.41 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 1 | 0 | 0.57 | 1.00 | 0.13 | 25.91 | 0.99 | 0.44 |
| Hex | DD | 60 | 1 | 0 | 39 | 64 | D | 1A | 63 | 2C |
| Octal | 335 | 140 | 1 | 0 | 71 | 144 | 15 | 32 | 143 | 54 |
| Binary | 11011101 | 1100000 | 1 | 0 | 111001 | 1100100 | 1101 | 11010 | 1100011 | 101100 |
Color Harmonies of #DD6001
Complementary color
Monochromatic Colors of #DD6001
Black with #DD6001
Text Example
Text Example
White with #DD6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6001; }
p { color: rgb(221,96,1); }
H1.HeaderClassName
{
color: #DD6001;
}
.AnyTagClassName
{
color: #DD6001;
}
</style>
background-color css
<style>
a { background-color: #DD6001; }
a { background-color: rgb(221,96,1); }
div.DivClassName
{
background-color: #DD6001;
}
.BgClassName
{
background-color: #DD6001;
}
</style>
border-color css
<style>
span { border-color: #DD6001; }
span { border-color: rgb(221,96,1); }
td.TdClassName
{
border-color: #DD6001;
}
.TagClassName
{
border-color: #DD6001;
}
</style>