Shades of Persimmon #DD470C
Tints of Persimmon #DD470C
RGB
CMYK
RGB Variations
Color information
#DD470C (or 0xDD470C) is known color: Persimmon. HEX triplet: DD, 47 and 0C. RGB value is (221,71,12). Sum of RGB (Red+Green+Blue) = 221+71+12=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD470C is #22B8F3. Grayscale: #6D6D6D. Windows color (decimal): -2275572 or 804829. OLE color: 804829.
HSL color Cylindrical-coordinate representation of color #DD470C: hue angle of 16.94º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD470C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.13 |
| HSL | 16.94º | 0.9% | 0.46% | - |
| HSV(B) | 16.94º | 0.95% | 0.87% | - |
| XYZ | 32.14 | 19.91 | 2.5 | - |
| YUV | 109.12 | 73.2 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 12 | 0 | 0.68 | 0.95 | 0.13 | 16.94 | 0.9 | 0.46 |
| Hex | DD | 47 | C | 0 | 44 | 5F | D | 11 | 5A | 2E |
| Octal | 335 | 107 | 14 | 0 | 104 | 137 | 15 | 21 | 132 | 56 |
| Binary | 11011101 | 1000111 | 1100 | 0 | 1000100 | 1011111 | 1101 | 10001 | 1011010 | 101110 |
Color Harmonies of #DD470C
Complementary color
Monochromatic Colors of #DD470C
Black with #DD470C
Text Example
Text Example
White with #DD470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD470C; }
p { color: rgb(221,71,12); }
H1.HeaderClassName
{
color: #DD470C;
}
.AnyTagClassName
{
color: #DD470C;
}
</style>
background-color css
<style>
a { background-color: #DD470C; }
a { background-color: rgb(221,71,12); }
div.DivClassName
{
background-color: #DD470C;
}
.BgClassName
{
background-color: #DD470C;
}
</style>
border-color css
<style>
span { border-color: #DD470C; }
span { border-color: rgb(221,71,12); }
td.TdClassName
{
border-color: #DD470C;
}
.TagClassName
{
border-color: #DD470C;
}
</style>