Shades of Persimmon #DD540C
Tints of Persimmon #DD540C
RGB
CMYK
RGB Variations
Color information
#DD540C (or 0xDD540C) is known color: Persimmon. HEX triplet: DD, 54 and 0C. RGB value is (221,84,12). Sum of RGB (Red+Green+Blue) = 221+84+12=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD540C is #22ABF3. Grayscale: #757575. Windows color (decimal): -2272244 or 808157. OLE color: 808157.
HSL color Cylindrical-coordinate representation of color #DD540C: hue angle of 20.67º 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 #DD540C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.13 |
| HSL | 20.67º | 0.9% | 0.46% | - |
| HSV(B) | 20.67º | 0.95% | 0.87% | - |
| XYZ | 33.06 | 21.74 | 2.8 | - |
| YUV | 116.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 12 | 0 | 0.62 | 0.95 | 0.13 | 20.67 | 0.9 | 0.46 |
| Hex | DD | 54 | C | 0 | 3E | 5F | D | 15 | 5A | 2E |
| Octal | 335 | 124 | 14 | 0 | 76 | 137 | 15 | 25 | 132 | 56 |
| Binary | 11011101 | 1010100 | 1100 | 0 | 111110 | 1011111 | 1101 | 10101 | 1011010 | 101110 |
Color Harmonies of #DD540C
Complementary color
Monochromatic Colors of #DD540C
Black with #DD540C
Text Example
Text Example
White with #DD540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD540C; }
p { color: rgb(221,84,12); }
H1.HeaderClassName
{
color: #DD540C;
}
.AnyTagClassName
{
color: #DD540C;
}
</style>
background-color css
<style>
a { background-color: #DD540C; }
a { background-color: rgb(221,84,12); }
div.DivClassName
{
background-color: #DD540C;
}
.BgClassName
{
background-color: #DD540C;
}
</style>
border-color css
<style>
span { border-color: #DD540C; }
span { border-color: rgb(221,84,12); }
td.TdClassName
{
border-color: #DD540C;
}
.TagClassName
{
border-color: #DD540C;
}
</style>