Shades of Persimmon #DD5703
Tints of Persimmon #DD5703
RGB
CMYK
RGB Variations
Color information
#DD5703 (or 0xDD5703) is known color: Persimmon. HEX triplet: DD, 57 and 03. RGB value is (221,87,3). Sum of RGB (Red+Green+Blue) = 221+87+3=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5703 is #22A8FC. Grayscale: #757575. Windows color (decimal): -2271485 or 219101. OLE color: 219101.
HSL color Cylindrical-coordinate representation of color #DD5703: hue angle of 23.12º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5703 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.13 |
| HSL | 23.12º | 0.97% | 0.44% | - |
| HSV(B) | 23.12º | 0.99% | 0.87% | - |
| XYZ | 33.24 | 22.2 | 2.62 | - |
| YUV | 117.49 | 63.39 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 3 | 0 | 0.61 | 0.99 | 0.13 | 23.12 | 0.97 | 0.44 |
| Hex | DD | 57 | 3 | 0 | 3D | 63 | D | 17 | 61 | 2C |
| Octal | 335 | 127 | 3 | 0 | 75 | 143 | 15 | 27 | 141 | 54 |
| Binary | 11011101 | 1010111 | 11 | 0 | 111101 | 1100011 | 1101 | 10111 | 1100001 | 101100 |
Color Harmonies of #DD5703
Complementary color
Monochromatic Colors of #DD5703
Black with #DD5703
Text Example
Text Example
White with #DD5703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5703; }
p { color: rgb(221,87,3); }
H1.HeaderClassName
{
color: #DD5703;
}
.AnyTagClassName
{
color: #DD5703;
}
</style>
background-color css
<style>
a { background-color: #DD5703; }
a { background-color: rgb(221,87,3); }
div.DivClassName
{
background-color: #DD5703;
}
.BgClassName
{
background-color: #DD5703;
}
</style>
border-color css
<style>
span { border-color: #DD5703; }
span { border-color: rgb(221,87,3); }
td.TdClassName
{
border-color: #DD5703;
}
.TagClassName
{
border-color: #DD5703;
}
</style>