Shades of Persimmon #DC4506
Tints of Persimmon #DC4506
RGB
CMYK
RGB Variations
Color information
#DC4506 (or 0xDC4506) is known color: Persimmon. HEX triplet: DC, 45 and 06. RGB value is (220,69,6). Sum of RGB (Red+Green+Blue) = 220+69+6=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4506 is #23BAF9. Grayscale: #6B6B6B. Windows color (decimal): -2341626 or 411100. OLE color: 411100.
HSL color Cylindrical-coordinate representation of color #DC4506: hue angle of 17.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC4506 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.14 |
| HSL | 17.66º | 0.95% | 0.44% | - |
| HSV(B) | 17.66º | 0.97% | 0.86% | - |
| XYZ | 31.68 | 19.49 | 2.26 | - |
| YUV | 106.97 | 71.03 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 6 | 0 | 0.69 | 0.97 | 0.14 | 17.66 | 0.95 | 0.44 |
| Hex | DC | 45 | 6 | 0 | 45 | 61 | E | 12 | 5F | 2C |
| Octal | 334 | 105 | 6 | 0 | 105 | 141 | 16 | 22 | 137 | 54 |
| Binary | 11011100 | 1000101 | 110 | 0 | 1000101 | 1100001 | 1110 | 10010 | 1011111 | 101100 |
Color Harmonies of #DC4506
Complementary color
Monochromatic Colors of #DC4506
Black with #DC4506
Text Example
Text Example
White with #DC4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4506; }
p { color: rgb(220,69,6); }
H1.HeaderClassName
{
color: #DC4506;
}
.AnyTagClassName
{
color: #DC4506;
}
</style>
background-color css
<style>
a { background-color: #DC4506; }
a { background-color: rgb(220,69,6); }
div.DivClassName
{
background-color: #DC4506;
}
.BgClassName
{
background-color: #DC4506;
}
</style>
border-color css
<style>
span { border-color: #DC4506; }
span { border-color: rgb(220,69,6); }
td.TdClassName
{
border-color: #DC4506;
}
.TagClassName
{
border-color: #DC4506;
}
</style>