Shades of Persimmon #DD6206
Tints of Persimmon #DD6206
RGB
CMYK
RGB Variations
Color information
#DD6206 (or 0xDD6206) is known color: Persimmon. HEX triplet: DD, 62 and 06. RGB value is (221,98,6). Sum of RGB (Red+Green+Blue) = 221+98+6=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6206 is #229DF9. Grayscale: #7C7C7C. Windows color (decimal): -2268666 or 418525. OLE color: 418525.
HSL color Cylindrical-coordinate representation of color #DD6206: hue angle of 25.67º 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 #DD6206 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.13 |
| HSL | 25.67º | 0.95% | 0.45% | - |
| HSV(B) | 25.67º | 0.97% | 0.87% | - |
| XYZ | 34.22 | 24.12 | 3.02 | - |
| YUV | 124.29 | 61.25 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 6 | 0 | 0.56 | 0.97 | 0.13 | 25.67 | 0.95 | 0.45 |
| Hex | DD | 62 | 6 | 0 | 38 | 61 | D | 1A | 5F | 2D |
| Octal | 335 | 142 | 6 | 0 | 70 | 141 | 15 | 32 | 137 | 55 |
| Binary | 11011101 | 1100010 | 110 | 0 | 111000 | 1100001 | 1101 | 11010 | 1011111 | 101101 |
Color Harmonies of #DD6206
Complementary color
Monochromatic Colors of #DD6206
Black with #DD6206
Text Example
Text Example
White with #DD6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6206; }
p { color: rgb(221,98,6); }
H1.HeaderClassName
{
color: #DD6206;
}
.AnyTagClassName
{
color: #DD6206;
}
</style>
background-color css
<style>
a { background-color: #DD6206; }
a { background-color: rgb(221,98,6); }
div.DivClassName
{
background-color: #DD6206;
}
.BgClassName
{
background-color: #DD6206;
}
</style>
border-color css
<style>
span { border-color: #DD6206; }
span { border-color: rgb(221,98,6); }
td.TdClassName
{
border-color: #DD6206;
}
.TagClassName
{
border-color: #DD6206;
}
</style>