Shades of Persimmon #DD450A
Tints of Persimmon #DD450A
RGB
CMYK
RGB Variations
Color information
#DD450A (or 0xDD450A) is known color: Persimmon. HEX triplet: DD, 45 and 0A. RGB value is (221,69,10). Sum of RGB (Red+Green+Blue) = 221+69+10=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD450A is #22BAF5. Grayscale: #6C6C6C. Windows color (decimal): -2276086 or 673245. OLE color: 673245.
HSL color Cylindrical-coordinate representation of color #DD450A: hue angle of 16.78º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD450A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 10 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.13 |
| HSL | 16.78º | 0.91% | 0.45% | - |
| HSV(B) | 16.78º | 0.95% | 0.87% | - |
| XYZ | 32 | 19.65 | 2.39 | - |
| YUV | 107.72 | 72.86 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 10 | 0 | 0.69 | 0.95 | 0.13 | 16.78 | 0.91 | 0.45 |
| Hex | DD | 45 | A | 0 | 45 | 5F | D | 11 | 5B | 2D |
| Octal | 335 | 105 | 12 | 0 | 105 | 137 | 15 | 21 | 133 | 55 |
| Binary | 11011101 | 1000101 | 1010 | 0 | 1000101 | 1011111 | 1101 | 10001 | 1011011 | 101101 |
Color Harmonies of #DD450A
Complementary color
Monochromatic Colors of #DD450A
Black with #DD450A
Text Example
Text Example
White with #DD450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD450A; }
p { color: rgb(221,69,10); }
H1.HeaderClassName
{
color: #DD450A;
}
.AnyTagClassName
{
color: #DD450A;
}
</style>
background-color css
<style>
a { background-color: #DD450A; }
a { background-color: rgb(221,69,10); }
div.DivClassName
{
background-color: #DD450A;
}
.BgClassName
{
background-color: #DD450A;
}
</style>
border-color css
<style>
span { border-color: #DD450A; }
span { border-color: rgb(221,69,10); }
td.TdClassName
{
border-color: #DD450A;
}
.TagClassName
{
border-color: #DD450A;
}
</style>