Shades of Persimmon #DD4A02
Tints of Persimmon #DD4A02
RGB
CMYK
RGB Variations
Color information
#DD4A02 (or 0xDD4A02) is known color: Persimmon. HEX triplet: DD, 4A and 02. RGB value is (221,74,2). Sum of RGB (Red+Green+Blue) = 221+74+2=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A02 is #22B5FD. Grayscale: #6E6E6E. Windows color (decimal): -2274814 or 150237. OLE color: 150237.
HSL color Cylindrical-coordinate representation of color #DD4A02: hue angle of 19.73º degrees, saturation: 0.98, 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 #DD4A02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.13 |
| HSL | 19.73º | 0.98% | 0.44% | - |
| HSV(B) | 19.73º | 0.99% | 0.87% | - |
| XYZ | 32.28 | 20.27 | 2.27 | - |
| YUV | 109.75 | 67.2 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 2 | 0 | 0.67 | 0.99 | 0.13 | 19.73 | 0.98 | 0.44 |
| Hex | DD | 4A | 2 | 0 | 43 | 63 | D | 14 | 62 | 2C |
| Octal | 335 | 112 | 2 | 0 | 103 | 143 | 15 | 24 | 142 | 54 |
| Binary | 11011101 | 1001010 | 10 | 0 | 1000011 | 1100011 | 1101 | 10100 | 1100010 | 101100 |
Color Harmonies of #DD4A02
Complementary color
Monochromatic Colors of #DD4A02
Black with #DD4A02
Text Example
Text Example
White with #DD4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A02; }
p { color: rgb(221,74,2); }
H1.HeaderClassName
{
color: #DD4A02;
}
.AnyTagClassName
{
color: #DD4A02;
}
</style>
background-color css
<style>
a { background-color: #DD4A02; }
a { background-color: rgb(221,74,2); }
div.DivClassName
{
background-color: #DD4A02;
}
.BgClassName
{
background-color: #DD4A02;
}
</style>
border-color css
<style>
span { border-color: #DD4A02; }
span { border-color: rgb(221,74,2); }
td.TdClassName
{
border-color: #DD4A02;
}
.TagClassName
{
border-color: #DD4A02;
}
</style>