#DD5611

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

Shades of Persimmon #DD5611

Tints of Persimmon #DD5611

Color information

#DD5611 (or 0xDD5611) is unknown color: approx Persimmon. HEX triplet: DD, 56 and 11. RGB value is (221,86,17). Sum of RGB (Red+Green+Blue) = 221+86+17=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5611 is #22A9EE. Grayscale: #767676. Windows color (decimal): -2271727 or 1136349. OLE color: 1136349.

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

Color convert

RGB2218617-
CMYK00.610.920.13
HSL20.29º85.71%46.67%-
HSV(B)20.29º92.31%86.67%-
XYZ33.2522.073.04-
YUV118.570.73201.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.21%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=68.21%
G=26.54%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221861700.610.920.1320.2985.7146.67
HexDD561103D5CD14562f
Octal33512621075134152412657
Binary11011101101011010001011110110111001101101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5611; }

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

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

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

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

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

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

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

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