Shades of Persimmon #DD4206
Tints of Persimmon #DD4206
RGB
CMYK
RGB Variations
Color information
#DD4206 (or 0xDD4206) is known color: Persimmon. HEX triplet: DD, 42 and 06. RGB value is (221,66,6). Sum of RGB (Red+Green+Blue) = 221+66+6=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4206 is #22BDF9. Grayscale: #696969. Windows color (decimal): -2276858 or 410333. OLE color: 410333.
HSL color Cylindrical-coordinate representation of color #DD4206: hue angle of 16.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD4206 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.13 |
| HSL | 16.74º | 0.95% | 0.45% | - |
| HSV(B) | 16.74º | 0.97% | 0.87% | - |
| XYZ | 31.8 | 19.28 | 2.22 | - |
| YUV | 105.51 | 71.85 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 6 | 0 | 0.70 | 0.97 | 0.13 | 16.74 | 0.95 | 0.45 |
| Hex | DD | 42 | 6 | 0 | 46 | 61 | D | 11 | 5F | 2D |
| Octal | 335 | 102 | 6 | 0 | 106 | 141 | 15 | 21 | 137 | 55 |
| Binary | 11011101 | 1000010 | 110 | 0 | 1000110 | 1100001 | 1101 | 10001 | 1011111 | 101101 |
Color Harmonies of #DD4206
Complementary color
Monochromatic Colors of #DD4206
Black with #DD4206
Text Example
Text Example
White with #DD4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4206; }
p { color: rgb(221,66,6); }
H1.HeaderClassName
{
color: #DD4206;
}
.AnyTagClassName
{
color: #DD4206;
}
</style>
background-color css
<style>
a { background-color: #DD4206; }
a { background-color: rgb(221,66,6); }
div.DivClassName
{
background-color: #DD4206;
}
.BgClassName
{
background-color: #DD4206;
}
</style>
border-color css
<style>
span { border-color: #DD4206; }
span { border-color: rgb(221,66,6); }
td.TdClassName
{
border-color: #DD4206;
}
.TagClassName
{
border-color: #DD4206;
}
</style>