Shades of Persimmon #DC4202
Tints of Persimmon #DC4202
RGB
CMYK
RGB Variations
Color information
#DC4202 (or 0xDC4202) is known color: Persimmon. HEX triplet: DC, 42 and 02. RGB value is (220,66,2). Sum of RGB (Red+Green+Blue) = 220+66+2=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4202 is #23BDFD. Grayscale: #696969. Windows color (decimal): -2342398 or 148188. OLE color: 148188.
HSL color Cylindrical-coordinate representation of color #DC4202: hue angle of 17.61º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC4202 is Cyan = 0, Magento = 0.7, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 2 | - |
| CMYK | 0 | 0.7 | 0.99 | 0.14 |
| HSL | 17.61º | 0.98% | 0.44% | - |
| HSV(B) | 17.61º | 0.99% | 0.86% | - |
| XYZ | 31.47 | 19.12 | 2.09 | - |
| YUV | 104.75 | 70.02 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 2 | 0 | 0.7 | 0.99 | 0.14 | 17.61 | 0.98 | 0.44 |
| Hex | DC | 42 | 2 | 0 | 46 | 63 | E | 12 | 62 | 2C |
| Octal | 334 | 102 | 2 | 0 | 106 | 143 | 16 | 22 | 142 | 54 |
| Binary | 11011100 | 1000010 | 10 | 0 | 1000110 | 1100011 | 1110 | 10010 | 1100010 | 101100 |
Color Harmonies of #DC4202
Complementary color
Monochromatic Colors of #DC4202
Black with #DC4202
Text Example
Text Example
White with #DC4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4202; }
p { color: rgb(220,66,2); }
H1.HeaderClassName
{
color: #DC4202;
}
.AnyTagClassName
{
color: #DC4202;
}
</style>
background-color css
<style>
a { background-color: #DC4202; }
a { background-color: rgb(220,66,2); }
div.DivClassName
{
background-color: #DC4202;
}
.BgClassName
{
background-color: #DC4202;
}
</style>
border-color css
<style>
span { border-color: #DC4202; }
span { border-color: rgb(220,66,2); }
td.TdClassName
{
border-color: #DC4202;
}
.TagClassName
{
border-color: #DC4202;
}
</style>