Shades of Persimmon #DC4306
Tints of Persimmon #DC4306
RGB
CMYK
RGB Variations
Color information
#DC4306 (or 0xDC4306) is known color: Persimmon. HEX triplet: DC, 43 and 06. RGB value is (220,67,6). Sum of RGB (Red+Green+Blue) = 220+67+6=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4306 is #23BCF9. Grayscale: #6A6A6A. Windows color (decimal): -2342138 or 410588. OLE color: 410588.
HSL color Cylindrical-coordinate representation of color #DC4306: hue angle of 17.1º 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 #DC4306 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.14 |
| HSL | 17.1º | 0.95% | 0.44% | - |
| HSV(B) | 17.1º | 0.97% | 0.86% | - |
| XYZ | 31.56 | 19.24 | 2.22 | - |
| YUV | 105.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 6 | 0 | 0.70 | 0.97 | 0.14 | 17.1 | 0.95 | 0.44 |
| Hex | DC | 43 | 6 | 0 | 46 | 61 | E | 11 | 5F | 2C |
| Octal | 334 | 103 | 6 | 0 | 106 | 141 | 16 | 21 | 137 | 54 |
| Binary | 11011100 | 1000011 | 110 | 0 | 1000110 | 1100001 | 1110 | 10001 | 1011111 | 101100 |
Color Harmonies of #DC4306
Complementary color
Monochromatic Colors of #DC4306
Black with #DC4306
Text Example
Text Example
White with #DC4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4306; }
p { color: rgb(220,67,6); }
H1.HeaderClassName
{
color: #DC4306;
}
.AnyTagClassName
{
color: #DC4306;
}
</style>
background-color css
<style>
a { background-color: #DC4306; }
a { background-color: rgb(220,67,6); }
div.DivClassName
{
background-color: #DC4306;
}
.BgClassName
{
background-color: #DC4306;
}
</style>
border-color css
<style>
span { border-color: #DC4306; }
span { border-color: rgb(220,67,6); }
td.TdClassName
{
border-color: #DC4306;
}
.TagClassName
{
border-color: #DC4306;
}
</style>