Shades of Persimmon #DC4302
Tints of Persimmon #DC4302
RGB
CMYK
RGB Variations
Color information
#DC4302 (or 0xDC4302) is known color: Persimmon. HEX triplet: DC, 43 and 02. RGB value is (220,67,2). Sum of RGB (Red+Green+Blue) = 220+67+2=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4302 is #23BCFD. Grayscale: #696969. Windows color (decimal): -2342142 or 148444. OLE color: 148444.
HSL color Cylindrical-coordinate representation of color #DC4302: hue angle of 17.89º 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 #DC4302 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.14 |
| HSL | 17.89º | 0.98% | 0.44% | - |
| HSV(B) | 17.89º | 0.99% | 0.86% | - |
| XYZ | 31.53 | 19.23 | 2.11 | - |
| YUV | 105.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 2 | 0 | 0.70 | 0.99 | 0.14 | 17.89 | 0.98 | 0.44 |
| Hex | DC | 43 | 2 | 0 | 46 | 63 | E | 12 | 62 | 2C |
| Octal | 334 | 103 | 2 | 0 | 106 | 143 | 16 | 22 | 142 | 54 |
| Binary | 11011100 | 1000011 | 10 | 0 | 1000110 | 1100011 | 1110 | 10010 | 1100010 | 101100 |
Color Harmonies of #DC4302
Complementary color
Monochromatic Colors of #DC4302
Black with #DC4302
Text Example
Text Example
White with #DC4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4302; }
p { color: rgb(220,67,2); }
H1.HeaderClassName
{
color: #DC4302;
}
.AnyTagClassName
{
color: #DC4302;
}
</style>
background-color css
<style>
a { background-color: #DC4302; }
a { background-color: rgb(220,67,2); }
div.DivClassName
{
background-color: #DC4302;
}
.BgClassName
{
background-color: #DC4302;
}
</style>
border-color css
<style>
span { border-color: #DC4302; }
span { border-color: rgb(220,67,2); }
td.TdClassName
{
border-color: #DC4302;
}
.TagClassName
{
border-color: #DC4302;
}
</style>