Shades of Persimmon #DC4A13
Tints of Persimmon #DC4A13
RGB
CMYK
RGB Variations
Color information
#DC4A13 (or 0xDC4A13) is known color: Persimmon. HEX triplet: DC, 4A and 13. RGB value is (220,74,19). Sum of RGB (Red+Green+Blue) = 220+74+19=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4A13 is #23B5EC. Grayscale: #6F6F6F. Windows color (decimal): -2340333 or 1264348. OLE color: 1264348.
HSL color Cylindrical-coordinate representation of color #DC4A13: hue angle of 16.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC4A13 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 19 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.14 |
| HSL | 16.42º | 0.84% | 0.47% | - |
| HSV(B) | 16.42º | 0.91% | 0.86% | - |
| XYZ | 32.08 | 20.16 | 2.82 | - |
| YUV | 111.38 | 75.87 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 19 | 0 | 0.66 | 0.91 | 0.14 | 16.42 | 0.84 | 0.47 |
| Hex | DC | 4A | 13 | 0 | 42 | 5B | E | 10 | 54 | 2F |
| Octal | 334 | 112 | 23 | 0 | 102 | 133 | 16 | 20 | 124 | 57 |
| Binary | 11011100 | 1001010 | 10011 | 0 | 1000010 | 1011011 | 1110 | 10000 | 1010100 | 101111 |
Color Harmonies of #DC4A13
Complementary color
Monochromatic Colors of #DC4A13
Black with #DC4A13
Text Example
Text Example
White with #DC4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A13; }
p { color: rgb(220,74,19); }
H1.HeaderClassName
{
color: #DC4A13;
}
.AnyTagClassName
{
color: #DC4A13;
}
</style>
background-color css
<style>
a { background-color: #DC4A13; }
a { background-color: rgb(220,74,19); }
div.DivClassName
{
background-color: #DC4A13;
}
.BgClassName
{
background-color: #DC4A13;
}
</style>
border-color css
<style>
span { border-color: #DC4A13; }
span { border-color: rgb(220,74,19); }
td.TdClassName
{
border-color: #DC4A13;
}
.TagClassName
{
border-color: #DC4A13;
}
</style>