#DE5C10

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

Shades of Persimmon #DE5C10

Tints of Persimmon #DE5C10

Color information

#DE5C10 (or 0xDE5C10) is unknown color: approx Persimmon. HEX triplet: DE, 5C and 10. RGB value is (222,92,16). Sum of RGB (Red+Green+Blue) = 222+92+16=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5C10 is #21A3EF. Grayscale: #7A7A7A. Windows color (decimal): -2204656 or 1072350. OLE color: 1072350.

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

Color convert

RGB2229216-
CMYK00.590.930.13
HSL22.14º86.55%46.67%-
HSV(B)22.14º92.79%87.06%-
XYZ34.0423.223.18-
YUV122.2168.07199.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.27%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 16 (6.64% from 255) = 4.85%
R=67.27%
G=27.88%
B=4.85%

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
Decimal222921600.590.930.1322.1486.5546.67
HexDE5C1003B5DD16572f
Octal33613420073135152612757
Binary11011110101110010000011101110111011101101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C10; }

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

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

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

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

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

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

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

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