Shades of Persimmon #DC4B0A
Tints of Persimmon #DC4B0A
RGB
CMYK
RGB Variations
Color information
#DC4B0A (or 0xDC4B0A) is known color: Persimmon. HEX triplet: DC, 4B and 0A. RGB value is (220,75,10). Sum of RGB (Red+Green+Blue) = 220+75+10=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4B0A is #23B4F5. Grayscale: #6F6F6F. Windows color (decimal): -2340086 or 674780. OLE color: 674780.
HSL color Cylindrical-coordinate representation of color #DC4B0A: hue angle of 18.57º degrees, saturation: 0.91, 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 #DC4B0A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.14 |
| HSL | 18.57º | 0.91% | 0.45% | - |
| HSV(B) | 18.57º | 0.95% | 0.86% | - |
| XYZ | 32.09 | 20.27 | 2.51 | - |
| YUV | 110.95 | 71.04 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 10 | 0 | 0.66 | 0.95 | 0.14 | 18.57 | 0.91 | 0.45 |
| Hex | DC | 4B | A | 0 | 42 | 5F | E | 13 | 5B | 2D |
| Octal | 334 | 113 | 12 | 0 | 102 | 137 | 16 | 23 | 133 | 55 |
| Binary | 11011100 | 1001011 | 1010 | 0 | 1000010 | 1011111 | 1110 | 10011 | 1011011 | 101101 |
Color Harmonies of #DC4B0A
Complementary color
Monochromatic Colors of #DC4B0A
Black with #DC4B0A
Text Example
Text Example
White with #DC4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B0A; }
p { color: rgb(220,75,10); }
H1.HeaderClassName
{
color: #DC4B0A;
}
.AnyTagClassName
{
color: #DC4B0A;
}
</style>
background-color css
<style>
a { background-color: #DC4B0A; }
a { background-color: rgb(220,75,10); }
div.DivClassName
{
background-color: #DC4B0A;
}
.BgClassName
{
background-color: #DC4B0A;
}
</style>
border-color css
<style>
span { border-color: #DC4B0A; }
span { border-color: rgb(220,75,10); }
td.TdClassName
{
border-color: #DC4B0A;
}
.TagClassName
{
border-color: #DC4B0A;
}
</style>