Shades of Persimmon #DC4201
Tints of Persimmon #DC4201
RGB
CMYK
RGB Variations
Color information
#DC4201 (or 0xDC4201) is known color: Persimmon. HEX triplet: DC, 42 and 01. RGB value is (220,66,1). Sum of RGB (Red+Green+Blue) = 220+66+1=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4201 is #23BDFE. Grayscale: #696969. Windows color (decimal): -2342399 or 82652. OLE color: 82652.
HSL color Cylindrical-coordinate representation of color #DC4201: hue angle of 17.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4201 is Cyan = 0, Magento = 0.7, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 1 | - |
| CMYK | 0 | 0.7 | 1.00 | 0.14 |
| HSL | 17.81º | 0.99% | 0.43% | - |
| HSV(B) | 17.81º | 1% | 0.86% | - |
| XYZ | 31.47 | 19.11 | 2.06 | - |
| YUV | 104.64 | 69.52 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 1 | 0 | 0.7 | 1.00 | 0.14 | 17.81 | 0.99 | 0.43 |
| Hex | DC | 42 | 1 | 0 | 46 | 64 | E | 12 | 63 | 2B |
| Octal | 334 | 102 | 1 | 0 | 106 | 144 | 16 | 22 | 143 | 53 |
| Binary | 11011100 | 1000010 | 1 | 0 | 1000110 | 1100100 | 1110 | 10010 | 1100011 | 101011 |
Color Harmonies of #DC4201
Complementary color
Monochromatic Colors of #DC4201
Black with #DC4201
Text Example
Text Example
White with #DC4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4201; }
p { color: rgb(220,66,1); }
H1.HeaderClassName
{
color: #DC4201;
}
.AnyTagClassName
{
color: #DC4201;
}
</style>
background-color css
<style>
a { background-color: #DC4201; }
a { background-color: rgb(220,66,1); }
div.DivClassName
{
background-color: #DC4201;
}
.BgClassName
{
background-color: #DC4201;
}
</style>
border-color css
<style>
span { border-color: #DC4201; }
span { border-color: rgb(220,66,1); }
td.TdClassName
{
border-color: #DC4201;
}
.TagClassName
{
border-color: #DC4201;
}
</style>