Shades of Persimmon #DC4102
Tints of Persimmon #DC4102
RGB
CMYK
RGB Variations
Color information
#DC4102 (or 0xDC4102) is known color: Persimmon. HEX triplet: DC, 41 and 02. RGB value is (220,65,2). Sum of RGB (Red+Green+Blue) = 220+65+2=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4102 is #23BEFD. Grayscale: #686868. Windows color (decimal): -2342654 or 147932. OLE color: 147932.
HSL color Cylindrical-coordinate representation of color #DC4102: hue angle of 17.34º 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 #DC4102 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.14 |
| HSL | 17.34º | 0.98% | 0.44% | - |
| HSV(B) | 17.34º | 0.99% | 0.86% | - |
| XYZ | 31.42 | 19 | 2.07 | - |
| YUV | 104.16 | 70.35 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 2 | 0 | 0.70 | 0.99 | 0.14 | 17.34 | 0.98 | 0.44 |
| Hex | DC | 41 | 2 | 0 | 46 | 63 | E | 11 | 62 | 2C |
| Octal | 334 | 101 | 2 | 0 | 106 | 143 | 16 | 21 | 142 | 54 |
| Binary | 11011100 | 1000001 | 10 | 0 | 1000110 | 1100011 | 1110 | 10001 | 1100010 | 101100 |
Color Harmonies of #DC4102
Complementary color
Monochromatic Colors of #DC4102
Black with #DC4102
Text Example
Text Example
White with #DC4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4102; }
p { color: rgb(220,65,2); }
H1.HeaderClassName
{
color: #DC4102;
}
.AnyTagClassName
{
color: #DC4102;
}
</style>
background-color css
<style>
a { background-color: #DC4102; }
a { background-color: rgb(220,65,2); }
div.DivClassName
{
background-color: #DC4102;
}
.BgClassName
{
background-color: #DC4102;
}
</style>
border-color css
<style>
span { border-color: #DC4102; }
span { border-color: rgb(220,65,2); }
td.TdClassName
{
border-color: #DC4102;
}
.TagClassName
{
border-color: #DC4102;
}
</style>