#DE5A10

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

Shades of Persimmon #DE5A10

Tints of Persimmon #DE5A10

Color information

#DE5A10 (or 0xDE5A10) is unknown color: approx Persimmon. HEX triplet: DE, 5A and 10. RGB value is (222,90,16). Sum of RGB (Red+Green+Blue) = 222+90+16=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5A10 is #21A5EF. Grayscale: #797979. Windows color (decimal): -2205168 or 1071838. OLE color: 1071838.

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

Color convert

RGB2229016-
CMYK00.590.930.13
HSL21.55º86.55%46.67%-
HSV(B)21.55º92.79%87.06%-
XYZ33.8722.883.12-
YUV121.0368.73200.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.68%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 16 (6.64% from 255) = 4.88%
R=67.68%
G=27.44%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222901600.590.930.1321.5586.5546.67
HexDE5A1003B5DD16572f
Octal33613220073135152612757
Binary11011110101101010000011101110111011101101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A10; }

 p { color: rgb(222,90,16); }

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

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

 a { background-color: rgb(222,90,16); }

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

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

 span { border-color: rgb(222,90,16); }

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