Shades of Persimmon #DC470C
Tints of Persimmon #DC470C
RGB
CMYK
RGB Variations
Color information
#DC470C (or 0xDC470C) is known color: Persimmon. HEX triplet: DC, 47 and 0C. RGB value is (220,71,12). Sum of RGB (Red+Green+Blue) = 220+71+12=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC470C is #23B8F3. Grayscale: #6D6D6D. Windows color (decimal): -2341108 or 804828. OLE color: 804828.
HSL color Cylindrical-coordinate representation of color #DC470C: hue angle of 17.02º 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 #DC470C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.14 |
| HSL | 17.02º | 0.9% | 0.45% | - |
| HSV(B) | 17.02º | 0.95% | 0.86% | - |
| XYZ | 31.83 | 19.75 | 2.48 | - |
| YUV | 108.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 12 | 0 | 0.68 | 0.95 | 0.14 | 17.02 | 0.9 | 0.45 |
| Hex | DC | 47 | C | 0 | 44 | 5F | E | 11 | 5A | 2D |
| Octal | 334 | 107 | 14 | 0 | 104 | 137 | 16 | 21 | 132 | 55 |
| Binary | 11011100 | 1000111 | 1100 | 0 | 1000100 | 1011111 | 1110 | 10001 | 1011010 | 101101 |
Color Harmonies of #DC470C
Complementary color
Monochromatic Colors of #DC470C
Black with #DC470C
Text Example
Text Example
White with #DC470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC470C; }
p { color: rgb(220,71,12); }
H1.HeaderClassName
{
color: #DC470C;
}
.AnyTagClassName
{
color: #DC470C;
}
</style>
background-color css
<style>
a { background-color: #DC470C; }
a { background-color: rgb(220,71,12); }
div.DivClassName
{
background-color: #DC470C;
}
.BgClassName
{
background-color: #DC470C;
}
</style>
border-color css
<style>
span { border-color: #DC470C; }
span { border-color: rgb(220,71,12); }
td.TdClassName
{
border-color: #DC470C;
}
.TagClassName
{
border-color: #DC470C;
}
</style>