#DD4D15

Color #DD4D15 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #DD4D15

Tints of Persimmon #DD4D15

Color information

#DD4D15 (or 0xDD4D15) is unknown color: approx Persimmon. HEX triplet: DD, 4D and 15. RGB value is (221,77,21). Sum of RGB (Red+Green+Blue) = 221+77+21=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D15 is #22B2EA. Grayscale: #727272. Windows color (decimal): -2274027 or 1396189. OLE color: 1396189.

HSL color Cylindrical-coordinate representation of color #DD4D15: hue angle of 16.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4D15 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2217721-
CMYK00.650.900.13
HSL16.8º82.64%47.45%-
HSV(B)16.8º90.5%86.67%-
XYZ32.6120.732.99-
YUV113.6775.71204.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 69.28%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=69.28%
G=24.14%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221772100.650.900.1316.882.6447.45
HexDD4D150415AD11532f
Octal335115250101132152112357
Binary110111011001101101010100000110110101101100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4D15; }

 p { color: rgb(221,77,21); }

 H1.HeaderClassName
 {
   color: #DD4D15;
 }
 .AnyTagClassName
 {
   color: #DD4D15;
 }
</style>
background-color css

<style>
 a { background-color: #DD4D15; }

 a { background-color: rgb(221,77,21); }

 div.DivClassName
 {
   background-color: #DD4D15;
 }
 .BgClassName
 {
   background-color: #DD4D15;
 }
</style>
border-color css

<style>
 span { border-color: #DD4D15; }

 span { border-color: rgb(221,77,21); }

 td.TdClassName
 {
   border-color: #DD4D15;
 }
 .TagClassName
 {
   border-color: #DD4D15;
 }
</style>