#DE5C05

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

Shades of Persimmon #DE5C05

Tints of Persimmon #DE5C05

Color information

#DE5C05 (or 0xDE5C05) is unknown color: approx Persimmon. HEX triplet: DE, 5C and 05. RGB value is (222,92,5). Sum of RGB (Red+Green+Blue) = 222+92+5=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5C05 is #21A3FA. Grayscale: #797979. Windows color (decimal): -2204667 or 351454. OLE color: 351454.

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

Color convert

RGB222925-
CMYK00.590.980.13
HSL24.06º95.59%44.51%-
HSV(B)24.06º97.75%87.06%-
XYZ33.9823.192.83-
YUV120.9562.57200.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 69.59%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=69.59%
G=28.84%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22292500.590.980.1324.0695.5944.51
HexDE5C503B62D18602d
Octal3361345073142153014055
Binary110111101011100101011101111000101101110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C05; }

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

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

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

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

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

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

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

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