Shades of Persimmon #DC530B
Tints of Persimmon #DC530B
RGB
CMYK
RGB Variations
Color information
#DC530B (or 0xDC530B) is known color: Persimmon. HEX triplet: DC, 53 and 0B. RGB value is (220,83,11). Sum of RGB (Red+Green+Blue) = 220+83+11=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC530B is #23ACF4. Grayscale: #747474. Windows color (decimal): -2338037 or 742364. OLE color: 742364.
HSL color Cylindrical-coordinate representation of color #DC530B: hue angle of 20.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC530B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.14 |
| HSL | 20.67º | 0.9% | 0.45% | - |
| HSV(B) | 20.67º | 0.95% | 0.86% | - |
| XYZ | 32.67 | 21.43 | 2.73 | - |
| YUV | 115.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 11 | 0 | 0.62 | 0.95 | 0.14 | 20.67 | 0.9 | 0.45 |
| Hex | DC | 53 | B | 0 | 3E | 5F | E | 15 | 5A | 2D |
| Octal | 334 | 123 | 13 | 0 | 76 | 137 | 16 | 25 | 132 | 55 |
| Binary | 11011100 | 1010011 | 1011 | 0 | 111110 | 1011111 | 1110 | 10101 | 1011010 | 101101 |
Color Harmonies of #DC530B
Complementary color
Monochromatic Colors of #DC530B
Black with #DC530B
Text Example
Text Example
White with #DC530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC530B; }
p { color: rgb(220,83,11); }
H1.HeaderClassName
{
color: #DC530B;
}
.AnyTagClassName
{
color: #DC530B;
}
</style>
background-color css
<style>
a { background-color: #DC530B; }
a { background-color: rgb(220,83,11); }
div.DivClassName
{
background-color: #DC530B;
}
.BgClassName
{
background-color: #DC530B;
}
</style>
border-color css
<style>
span { border-color: #DC530B; }
span { border-color: rgb(220,83,11); }
td.TdClassName
{
border-color: #DC530B;
}
.TagClassName
{
border-color: #DC530B;
}
</style>