#DE4200

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

Shades of Persimmon #DE4200

Tints of Persimmon #DE4200

Color information

#DE4200 (or 0xDE4200) is unknown color: approx Persimmon. HEX triplet: DE, 42 and 00. RGB value is (222,66,0). Sum of RGB (Red+Green+Blue) = 222+66+0=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4200 is #21BDFF. Grayscale: #696969. Windows color (decimal): -2211328 or 17118. OLE color: 17118.

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

Color convert

RGB222660-
CMYK00.7010.13
HSL17.84º100%43.53%-
HSV(B)17.84º100%87.06%-
XYZ32.0719.432.06-
YUV105.1268.68211.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 77.08%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.08%
G=22.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22266000.7010.1317.8410043.53
HexDE42004664D12642c
Octal33610200106144152214454
Binary11011110100001000100011011001001101100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4200; }

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

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

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

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

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

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

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

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