Shades of Persimmon #DF530B
Tints of Persimmon #DF530B
RGB
CMYK
RGB Variations
Color information
#DF530B (or 0xDF530B) is known color: Persimmon. HEX triplet: DF, 53 and 0B. RGB value is (223,83,11). Sum of RGB (Red+Green+Blue) = 223+83+11=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF530B is #20ACF4. Grayscale: #757575. Windows color (decimal): -2141429 or 742367. OLE color: 742367.
HSL color Cylindrical-coordinate representation of color #DF530B: hue angle of 20.38º degrees, saturation: 0.91, 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 #DF530B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.13 |
| HSL | 20.38º | 0.91% | 0.46% | - |
| HSV(B) | 20.38º | 0.95% | 0.87% | - |
| XYZ | 33.59 | 21.9 | 2.77 | - |
| YUV | 116.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 11 | 0 | 0.63 | 0.95 | 0.13 | 20.38 | 0.91 | 0.46 |
| Hex | DF | 53 | B | 0 | 3F | 5F | D | 14 | 5B | 2E |
| Octal | 337 | 123 | 13 | 0 | 77 | 137 | 15 | 24 | 133 | 56 |
| Binary | 11011111 | 1010011 | 1011 | 0 | 111111 | 1011111 | 1101 | 10100 | 1011011 | 101110 |
Color Harmonies of #DF530B
Complementary color
Monochromatic Colors of #DF530B
Black with #DF530B
Text Example
Text Example
White with #DF530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF530B; }
p { color: rgb(223,83,11); }
H1.HeaderClassName
{
color: #DF530B;
}
.AnyTagClassName
{
color: #DF530B;
}
</style>
background-color css
<style>
a { background-color: #DF530B; }
a { background-color: rgb(223,83,11); }
div.DivClassName
{
background-color: #DF530B;
}
.BgClassName
{
background-color: #DF530B;
}
</style>
border-color css
<style>
span { border-color: #DF530B; }
span { border-color: rgb(223,83,11); }
td.TdClassName
{
border-color: #DF530B;
}
.TagClassName
{
border-color: #DF530B;
}
</style>