#DE4100

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

Shades of Persimmon #DE4100

Tints of Persimmon #DE4100

Color information

#DE4100 (or 0xDE4100) is unknown color: approx Persimmon. HEX triplet: DE, 41 and 00. RGB value is (222,65,0). Sum of RGB (Red+Green+Blue) = 222+65+0=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4100 is #21BEFF. Grayscale: #686868. Windows color (decimal): -2211584 or 16862. OLE color: 16862.

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

Color convert

RGB222650-
CMYK00.7110.13
HSL17.57º100%43.53%-
HSV(B)17.57º100%87.06%-
XYZ32.0119.312.04-
YUV104.5369.01211.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 77.35%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.35%
G=22.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22265000.7110.1317.5710043.53
HexDE41004764D12642c
Octal33610100107144152214454
Binary11011110100000100100011111001001101100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4100; }

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

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

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

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

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

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

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

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