Shades of Persimmon #DD4308
Tints of Persimmon #DD4308
RGB
CMYK
RGB Variations
Color information
#DD4308 (or 0xDD4308) is known color: Persimmon. HEX triplet: DD, 43 and 08. RGB value is (221,67,8). Sum of RGB (Red+Green+Blue) = 221+67+8=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4308 is #22BCF7. Grayscale: #6A6A6A. Windows color (decimal): -2276600 or 541661. OLE color: 541661.
HSL color Cylindrical-coordinate representation of color #DD4308: hue angle of 16.62º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD4308 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.13 |
| HSL | 16.62º | 0.93% | 0.45% | - |
| HSV(B) | 16.62º | 0.96% | 0.87% | - |
| XYZ | 31.87 | 19.4 | 2.3 | - |
| YUV | 106.32 | 72.52 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 8 | 0 | 0.70 | 0.96 | 0.13 | 16.62 | 0.93 | 0.45 |
| Hex | DD | 43 | 8 | 0 | 46 | 60 | D | 11 | 5D | 2D |
| Octal | 335 | 103 | 10 | 0 | 106 | 140 | 15 | 21 | 135 | 55 |
| Binary | 11011101 | 1000011 | 1000 | 0 | 1000110 | 1100000 | 1101 | 10001 | 1011101 | 101101 |
Color Harmonies of #DD4308
Complementary color
Monochromatic Colors of #DD4308
Black with #DD4308
Text Example
Text Example
White with #DD4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4308; }
p { color: rgb(221,67,8); }
H1.HeaderClassName
{
color: #DD4308;
}
.AnyTagClassName
{
color: #DD4308;
}
</style>
background-color css
<style>
a { background-color: #DD4308; }
a { background-color: rgb(221,67,8); }
div.DivClassName
{
background-color: #DD4308;
}
.BgClassName
{
background-color: #DD4308;
}
</style>
border-color css
<style>
span { border-color: #DD4308; }
span { border-color: rgb(221,67,8); }
td.TdClassName
{
border-color: #DD4308;
}
.TagClassName
{
border-color: #DD4308;
}
</style>