#DD4E11

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

Shades of Persimmon #DD4E11

Tints of Persimmon #DD4E11

Color information

#DD4E11 (or 0xDD4E11) is unknown color: approx Persimmon. HEX triplet: DD, 4E and 11. RGB value is (221,78,17). Sum of RGB (Red+Green+Blue) = 221+78+17=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E11 is #22B1EE. Grayscale: #727272. Windows color (decimal): -2273775 or 1134301. OLE color: 1134301.

HSL color Cylindrical-coordinate representation of color #DD4E11: hue angle of 17.94º 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 #DD4E11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2217817-
CMYK00.650.920.13
HSL17.94º85.71%46.67%-
HSV(B)17.94º92.31%86.67%-
XYZ32.6420.862.84-
YUV113.873.38204.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.94%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 17 (7.03% from 255) = 5.38%
R=69.94%
G=24.68%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221781700.650.920.1317.9485.7146.67
HexDD4E110415CD12562f
Octal335116210101134152212657
Binary110111011001110100010100000110111001101100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E11; }

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

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

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

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

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

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

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

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