Shades of Persimmon #DD4C02
Tints of Persimmon #DD4C02
RGB
CMYK
RGB Variations
Color information
#DD4C02 (or 0xDD4C02) is known color: Persimmon. HEX triplet: DD, 4C and 02. RGB value is (221,76,2). Sum of RGB (Red+Green+Blue) = 221+76+2=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C02 is #22B3FD. Grayscale: #6F6F6F. Windows color (decimal): -2274302 or 150749. OLE color: 150749.
HSL color Cylindrical-coordinate representation of color #DD4C02: hue angle of 20.27º 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 #DD4C02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.13 |
| HSL | 20.27º | 0.98% | 0.44% | - |
| HSV(B) | 20.27º | 0.99% | 0.87% | - |
| XYZ | 32.41 | 20.55 | 2.31 | - |
| YUV | 110.92 | 66.54 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 2 | 0 | 0.66 | 0.99 | 0.13 | 20.27 | 0.98 | 0.44 |
| Hex | DD | 4C | 2 | 0 | 42 | 63 | D | 14 | 62 | 2C |
| Octal | 335 | 114 | 2 | 0 | 102 | 143 | 15 | 24 | 142 | 54 |
| Binary | 11011101 | 1001100 | 10 | 0 | 1000010 | 1100011 | 1101 | 10100 | 1100010 | 101100 |
Color Harmonies of #DD4C02
Complementary color
Monochromatic Colors of #DD4C02
Black with #DD4C02
Text Example
Text Example
White with #DD4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C02; }
p { color: rgb(221,76,2); }
H1.HeaderClassName
{
color: #DD4C02;
}
.AnyTagClassName
{
color: #DD4C02;
}
</style>
background-color css
<style>
a { background-color: #DD4C02; }
a { background-color: rgb(221,76,2); }
div.DivClassName
{
background-color: #DD4C02;
}
.BgClassName
{
background-color: #DD4C02;
}
</style>
border-color css
<style>
span { border-color: #DD4C02; }
span { border-color: rgb(221,76,2); }
td.TdClassName
{
border-color: #DD4C02;
}
.TagClassName
{
border-color: #DD4C02;
}
</style>