Shades of Persimmon #DD5B0C
Tints of Persimmon #DD5B0C
RGB
CMYK
RGB Variations
Color information
#DD5B0C (or 0xDD5B0C) is known color: Persimmon. HEX triplet: DD, 5B and 0C. RGB value is (221,91,12). Sum of RGB (Red+Green+Blue) = 221+91+12=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5B0C is #22A4F3. Grayscale: #797979. Windows color (decimal): -2270452 or 809949. OLE color: 809949.
HSL color Cylindrical-coordinate representation of color #DD5B0C: hue angle of 22.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD5B0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.13 |
| HSL | 22.68º | 0.9% | 0.46% | - |
| HSV(B) | 22.68º | 0.95% | 0.87% | - |
| XYZ | 33.63 | 22.88 | 2.99 | - |
| YUV | 120.86 | 66.57 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 12 | 0 | 0.59 | 0.95 | 0.13 | 22.68 | 0.9 | 0.46 |
| Hex | DD | 5B | C | 0 | 3B | 5F | D | 17 | 5A | 2E |
| Octal | 335 | 133 | 14 | 0 | 73 | 137 | 15 | 27 | 132 | 56 |
| Binary | 11011101 | 1011011 | 1100 | 0 | 111011 | 1011111 | 1101 | 10111 | 1011010 | 101110 |
Color Harmonies of #DD5B0C
Complementary color
Monochromatic Colors of #DD5B0C
Black with #DD5B0C
Text Example
Text Example
White with #DD5B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B0C; }
p { color: rgb(221,91,12); }
H1.HeaderClassName
{
color: #DD5B0C;
}
.AnyTagClassName
{
color: #DD5B0C;
}
</style>
background-color css
<style>
a { background-color: #DD5B0C; }
a { background-color: rgb(221,91,12); }
div.DivClassName
{
background-color: #DD5B0C;
}
.BgClassName
{
background-color: #DD5B0C;
}
</style>
border-color css
<style>
span { border-color: #DD5B0C; }
span { border-color: rgb(221,91,12); }
td.TdClassName
{
border-color: #DD5B0C;
}
.TagClassName
{
border-color: #DD5B0C;
}
</style>