Shades of Persimmon #DC470A
Tints of Persimmon #DC470A
RGB
CMYK
RGB Variations
Color information
#DC470A (or 0xDC470A) is known color: Persimmon. HEX triplet: DC, 47 and 0A. RGB value is (220,71,10). Sum of RGB (Red+Green+Blue) = 220+71+10=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC470A is #23B8F5. Grayscale: #6C6C6C. Windows color (decimal): -2341110 or 673756. OLE color: 673756.
HSL color Cylindrical-coordinate representation of color #DC470A: hue angle of 17.43º 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 #DC470A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.14 |
| HSL | 17.43º | 0.91% | 0.45% | - |
| HSV(B) | 17.43º | 0.95% | 0.86% | - |
| XYZ | 31.82 | 19.74 | 2.42 | - |
| YUV | 108.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 10 | 0 | 0.68 | 0.95 | 0.14 | 17.43 | 0.91 | 0.45 |
| Hex | DC | 47 | A | 0 | 44 | 5F | E | 11 | 5B | 2D |
| Octal | 334 | 107 | 12 | 0 | 104 | 137 | 16 | 21 | 133 | 55 |
| Binary | 11011100 | 1000111 | 1010 | 0 | 1000100 | 1011111 | 1110 | 10001 | 1011011 | 101101 |
Color Harmonies of #DC470A
Complementary color
Monochromatic Colors of #DC470A
Black with #DC470A
Text Example
Text Example
White with #DC470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC470A; }
p { color: rgb(220,71,10); }
H1.HeaderClassName
{
color: #DC470A;
}
.AnyTagClassName
{
color: #DC470A;
}
</style>
background-color css
<style>
a { background-color: #DC470A; }
a { background-color: rgb(220,71,10); }
div.DivClassName
{
background-color: #DC470A;
}
.BgClassName
{
background-color: #DC470A;
}
</style>
border-color css
<style>
span { border-color: #DC470A; }
span { border-color: rgb(220,71,10); }
td.TdClassName
{
border-color: #DC470A;
}
.TagClassName
{
border-color: #DC470A;
}
</style>