Shades of Persimmon #DD4B09
Tints of Persimmon #DD4B09
RGB
CMYK
RGB Variations
Color information
#DD4B09 (or 0xDD4B09) is known color: Persimmon. HEX triplet: DD, 4B and 09. RGB value is (221,75,9). Sum of RGB (Red+Green+Blue) = 221+75+9=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B09 is #22B4F6. Grayscale: #6F6F6F. Windows color (decimal): -2274551 or 609245. OLE color: 609245.
HSL color Cylindrical-coordinate representation of color #DD4B09: hue angle of 18.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD4B09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.13 |
| HSL | 18.68º | 0.92% | 0.45% | - |
| HSV(B) | 18.68º | 0.96% | 0.87% | - |
| XYZ | 32.38 | 20.42 | 2.49 | - |
| YUV | 111.13 | 70.37 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 9 | 0 | 0.66 | 0.96 | 0.13 | 18.68 | 0.92 | 0.45 |
| Hex | DD | 4B | 9 | 0 | 42 | 60 | D | 13 | 5C | 2D |
| Octal | 335 | 113 | 11 | 0 | 102 | 140 | 15 | 23 | 134 | 55 |
| Binary | 11011101 | 1001011 | 1001 | 0 | 1000010 | 1100000 | 1101 | 10011 | 1011100 | 101101 |
Color Harmonies of #DD4B09
Complementary color
Monochromatic Colors of #DD4B09
Black with #DD4B09
Text Example
Text Example
White with #DD4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B09; }
p { color: rgb(221,75,9); }
H1.HeaderClassName
{
color: #DD4B09;
}
.AnyTagClassName
{
color: #DD4B09;
}
</style>
background-color css
<style>
a { background-color: #DD4B09; }
a { background-color: rgb(221,75,9); }
div.DivClassName
{
background-color: #DD4B09;
}
.BgClassName
{
background-color: #DD4B09;
}
</style>
border-color css
<style>
span { border-color: #DD4B09; }
span { border-color: rgb(221,75,9); }
td.TdClassName
{
border-color: #DD4B09;
}
.TagClassName
{
border-color: #DD4B09;
}
</style>