Shades of Persimmon #DD530A
Tints of Persimmon #DD530A
RGB
CMYK
RGB Variations
Color information
#DD530A (or 0xDD530A) is known color: Persimmon. HEX triplet: DD, 53 and 0A. RGB value is (221,83,10). Sum of RGB (Red+Green+Blue) = 221+83+10=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD530A is #22ACF5. Grayscale: #747474. Windows color (decimal): -2272502 or 676829. OLE color: 676829.
HSL color Cylindrical-coordinate representation of color #DD530A: hue angle of 20.76º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD530A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.13 |
| HSL | 20.76º | 0.91% | 0.45% | - |
| HSV(B) | 20.76º | 0.95% | 0.87% | - |
| XYZ | 32.97 | 21.58 | 2.72 | - |
| YUV | 115.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 10 | 0 | 0.62 | 0.95 | 0.13 | 20.76 | 0.91 | 0.45 |
| Hex | DD | 53 | A | 0 | 3E | 5F | D | 15 | 5B | 2D |
| Octal | 335 | 123 | 12 | 0 | 76 | 137 | 15 | 25 | 133 | 55 |
| Binary | 11011101 | 1010011 | 1010 | 0 | 111110 | 1011111 | 1101 | 10101 | 1011011 | 101101 |
Color Harmonies of #DD530A
Complementary color
Monochromatic Colors of #DD530A
Black with #DD530A
Text Example
Text Example
White with #DD530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD530A; }
p { color: rgb(221,83,10); }
H1.HeaderClassName
{
color: #DD530A;
}
.AnyTagClassName
{
color: #DD530A;
}
</style>
background-color css
<style>
a { background-color: #DD530A; }
a { background-color: rgb(221,83,10); }
div.DivClassName
{
background-color: #DD530A;
}
.BgClassName
{
background-color: #DD530A;
}
</style>
border-color css
<style>
span { border-color: #DD530A; }
span { border-color: rgb(221,83,10); }
td.TdClassName
{
border-color: #DD530A;
}
.TagClassName
{
border-color: #DD530A;
}
</style>