Shades of Persimmon #DD530C
Tints of Persimmon #DD530C
RGB
CMYK
RGB Variations
Color information
#DD530C (or 0xDD530C) is known color: Persimmon. HEX triplet: DD, 53 and 0C. RGB value is (221,83,12). Sum of RGB (Red+Green+Blue) = 221+83+12=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD530C is #22ACF3. Grayscale: #747474. Windows color (decimal): -2272500 or 807901. OLE color: 807901.
HSL color Cylindrical-coordinate representation of color #DD530C: hue angle of 20.38º 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 #DD530C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.13 |
| HSL | 20.38º | 0.9% | 0.46% | - |
| HSV(B) | 20.38º | 0.95% | 0.87% | - |
| XYZ | 32.98 | 21.59 | 2.78 | - |
| YUV | 116.17 | 69.22 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 12 | 0 | 0.62 | 0.95 | 0.13 | 20.38 | 0.9 | 0.46 |
| Hex | DD | 53 | C | 0 | 3E | 5F | D | 14 | 5A | 2E |
| Octal | 335 | 123 | 14 | 0 | 76 | 137 | 15 | 24 | 132 | 56 |
| Binary | 11011101 | 1010011 | 1100 | 0 | 111110 | 1011111 | 1101 | 10100 | 1011010 | 101110 |
Color Harmonies of #DD530C
Complementary color
Monochromatic Colors of #DD530C
Black with #DD530C
Text Example
Text Example
White with #DD530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD530C; }
p { color: rgb(221,83,12); }
H1.HeaderClassName
{
color: #DD530C;
}
.AnyTagClassName
{
color: #DD530C;
}
</style>
background-color css
<style>
a { background-color: #DD530C; }
a { background-color: rgb(221,83,12); }
div.DivClassName
{
background-color: #DD530C;
}
.BgClassName
{
background-color: #DD530C;
}
</style>
border-color css
<style>
span { border-color: #DD530C; }
span { border-color: rgb(221,83,12); }
td.TdClassName
{
border-color: #DD530C;
}
.TagClassName
{
border-color: #DD530C;
}
</style>