#DD4A11

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

Shades of Persimmon #DD4A11

Tints of Persimmon #DD4A11

Color information

#DD4A11 (or 0xDD4A11) is unknown color: approx Persimmon. HEX triplet: DD, 4A and 11. RGB value is (221,74,17). Sum of RGB (Red+Green+Blue) = 221+74+17=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A11 is #22B5EE. Grayscale: #6F6F6F. Windows color (decimal): -2274799 or 1133277. OLE color: 1133277.

HSL color Cylindrical-coordinate representation of color #DD4A11: hue angle of 16.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4A11 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2217417-
CMYK00.670.920.13
HSL16.76º85.71%46.67%-
HSV(B)16.76º92.31%86.67%-
XYZ32.3720.312.74-
YUV111.4674.7206.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.83%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=70.83%
G=23.72%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221741700.670.920.1316.7685.7146.67
HexDD4A110435CD11562f
Octal335112210103134152112657
Binary110111011001010100010100001110111001101100011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A11; }

 p { color: rgb(221,74,17); }

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

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

 a { background-color: rgb(221,74,17); }

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

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

 span { border-color: rgb(221,74,17); }

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