#DE5601

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

Shades of Persimmon #DE5601

Tints of Persimmon #DE5601

Color information

#DE5601 (or 0xDE5601) is unknown color: approx Persimmon. HEX triplet: DE, 56 and 01. RGB value is (222,86,1). Sum of RGB (Red+Green+Blue) = 222+86+1=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5601 is #21A9FE. Grayscale: #757575. Windows color (decimal): -2206207 or 87774. OLE color: 87774.

HSL color Cylindrical-coordinate representation of color #DE5601: hue angle of 23.08º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE5601 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222861-
CMYK00.611.000.13
HSL23.08º99.1%43.73%-
HSV(B)23.08º99.55%87.06%-
XYZ33.4622.192.55-
YUV116.9762.56202.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.84%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=71.84%
G=27.83%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22286100.611.000.1323.0899.143.73
HexDE56103D64D17632c
Octal3361261075144152714354
Binary1101111010101101011110111001001101101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5601; }

 p { color: rgb(222,86,1); }

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

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

 a { background-color: rgb(222,86,1); }

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

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

 span { border-color: rgb(222,86,1); }

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