Shades of Persimmon #DC4B09
Tints of Persimmon #DC4B09
RGB
CMYK
RGB Variations
Color information
#DC4B09 (or 0xDC4B09) is known color: Persimmon. HEX triplet: DC, 4B and 09. RGB value is (220,75,9). Sum of RGB (Red+Green+Blue) = 220+75+9=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4B09 is #23B4F6. Grayscale: #6F6F6F. Windows color (decimal): -2340087 or 609244. OLE color: 609244.
HSL color Cylindrical-coordinate representation of color #DC4B09: hue angle of 18.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC4B09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.14 |
| HSL | 18.77º | 0.92% | 0.45% | - |
| HSV(B) | 18.77º | 0.96% | 0.86% | - |
| XYZ | 32.08 | 20.27 | 2.48 | - |
| YUV | 110.83 | 70.54 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 9 | 0 | 0.66 | 0.96 | 0.14 | 18.77 | 0.92 | 0.45 |
| Hex | DC | 4B | 9 | 0 | 42 | 60 | E | 13 | 5C | 2D |
| Octal | 334 | 113 | 11 | 0 | 102 | 140 | 16 | 23 | 134 | 55 |
| Binary | 11011100 | 1001011 | 1001 | 0 | 1000010 | 1100000 | 1110 | 10011 | 1011100 | 101101 |
Color Harmonies of #DC4B09
Complementary color
Monochromatic Colors of #DC4B09
Black with #DC4B09
Text Example
Text Example
White with #DC4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B09; }
p { color: rgb(220,75,9); }
H1.HeaderClassName
{
color: #DC4B09;
}
.AnyTagClassName
{
color: #DC4B09;
}
</style>
background-color css
<style>
a { background-color: #DC4B09; }
a { background-color: rgb(220,75,9); }
div.DivClassName
{
background-color: #DC4B09;
}
.BgClassName
{
background-color: #DC4B09;
}
</style>
border-color css
<style>
span { border-color: #DC4B09; }
span { border-color: rgb(220,75,9); }
td.TdClassName
{
border-color: #DC4B09;
}
.TagClassName
{
border-color: #DC4B09;
}
</style>