Shades of Persimmon #DC4908
Tints of Persimmon #DC4908
RGB
CMYK
RGB Variations
Color information
#DC4908 (or 0xDC4908) is known color: Persimmon. HEX triplet: DC, 49 and 08. RGB value is (220,73,8). Sum of RGB (Red+Green+Blue) = 220+73+8=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4908 is #23B6F7. Grayscale: #6D6D6D. Windows color (decimal): -2340600 or 543196. OLE color: 543196.
HSL color Cylindrical-coordinate representation of color #DC4908: hue angle of 18.4º degrees, saturation: 0.93, 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 #DC4908 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.14 |
| HSL | 18.4º | 0.93% | 0.45% | - |
| HSV(B) | 18.4º | 0.96% | 0.86% | - |
| XYZ | 31.94 | 20 | 2.41 | - |
| YUV | 109.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 8 | 0 | 0.67 | 0.96 | 0.14 | 18.4 | 0.93 | 0.45 |
| Hex | DC | 49 | 8 | 0 | 43 | 60 | E | 12 | 5D | 2D |
| Octal | 334 | 111 | 10 | 0 | 103 | 140 | 16 | 22 | 135 | 55 |
| Binary | 11011100 | 1001001 | 1000 | 0 | 1000011 | 1100000 | 1110 | 10010 | 1011101 | 101101 |
Color Harmonies of #DC4908
Complementary color
Monochromatic Colors of #DC4908
Black with #DC4908
Text Example
Text Example
White with #DC4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4908; }
p { color: rgb(220,73,8); }
H1.HeaderClassName
{
color: #DC4908;
}
.AnyTagClassName
{
color: #DC4908;
}
</style>
background-color css
<style>
a { background-color: #DC4908; }
a { background-color: rgb(220,73,8); }
div.DivClassName
{
background-color: #DC4908;
}
.BgClassName
{
background-color: #DC4908;
}
</style>
border-color css
<style>
span { border-color: #DC4908; }
span { border-color: rgb(220,73,8); }
td.TdClassName
{
border-color: #DC4908;
}
.TagClassName
{
border-color: #DC4908;
}
</style>