Shades of Persimmon #DC4504
Tints of Persimmon #DC4504
RGB
CMYK
RGB Variations
Color information
#DC4504 (or 0xDC4504) is known color: Persimmon. HEX triplet: DC, 45 and 04. RGB value is (220,69,4). Sum of RGB (Red+Green+Blue) = 220+69+4=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4504 is #23BAFB. Grayscale: #6B6B6B. Windows color (decimal): -2341628 or 280028. OLE color: 280028.
HSL color Cylindrical-coordinate representation of color #DC4504: hue angle of 18.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC4504 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.14 |
| HSL | 18.06º | 0.96% | 0.44% | - |
| HSV(B) | 18.06º | 0.98% | 0.86% | - |
| XYZ | 31.67 | 19.48 | 2.21 | - |
| YUV | 106.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 4 | 0 | 0.69 | 0.98 | 0.14 | 18.06 | 0.96 | 0.44 |
| Hex | DC | 45 | 4 | 0 | 45 | 62 | E | 12 | 60 | 2C |
| Octal | 334 | 105 | 4 | 0 | 105 | 142 | 16 | 22 | 140 | 54 |
| Binary | 11011100 | 1000101 | 100 | 0 | 1000101 | 1100010 | 1110 | 10010 | 1100000 | 101100 |
Color Harmonies of #DC4504
Complementary color
Monochromatic Colors of #DC4504
Black with #DC4504
Text Example
Text Example
White with #DC4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4504; }
p { color: rgb(220,69,4); }
H1.HeaderClassName
{
color: #DC4504;
}
.AnyTagClassName
{
color: #DC4504;
}
</style>
background-color css
<style>
a { background-color: #DC4504; }
a { background-color: rgb(220,69,4); }
div.DivClassName
{
background-color: #DC4504;
}
.BgClassName
{
background-color: #DC4504;
}
</style>
border-color css
<style>
span { border-color: #DC4504; }
span { border-color: rgb(220,69,4); }
td.TdClassName
{
border-color: #DC4504;
}
.TagClassName
{
border-color: #DC4504;
}
</style>