#DE5200

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

Shades of Persimmon #DE5200

Tints of Persimmon #DE5200

Color information

#DE5200 (or 0xDE5200) is unknown color: approx Persimmon. HEX triplet: DE, 52 and 00. RGB value is (222,82,0). Sum of RGB (Red+Green+Blue) = 222+82+0=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5200 is #21ADFF. Grayscale: #727272. Windows color (decimal): -2207232 or 21214. OLE color: 21214.

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

Color convert

RGB222820-
CMYK00.6310.13
HSL22.16º100%43.53%-
HSV(B)22.16º100%87.06%-
XYZ33.1421.562.42-
YUV114.5163.38204.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.03%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.03%
G=26.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22282000.6310.1322.1610043.53
HexDE52003F64D16642c
Octal3361220077144152614454
Binary1101111010100100011111111001001101101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5200; }

 p { color: rgb(222,82,0); }

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

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

 a { background-color: rgb(222,82,0); }

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

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

 span { border-color: rgb(222,82,0); }

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