#DE4C05

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

Shades of Persimmon #DE4C05

Tints of Persimmon #DE4C05

Color information

#DE4C05 (or 0xDE4C05) is unknown color: approx Persimmon. HEX triplet: DE, 4C and 05. RGB value is (222,76,5). Sum of RGB (Red+Green+Blue) = 222+76+5=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4C05 is #21B3FA. Grayscale: #6F6F6F. Windows color (decimal): -2208763 or 347358. OLE color: 347358.

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

Color convert

RGB222765-
CMYK00.660.980.13
HSL19.63º95.59%44.51%-
HSV(B)19.63º97.75%87.06%-
XYZ32.7420.712.42-
YUV111.5667.87206.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.27%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=73.27%
G=25.08%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22276500.660.980.1319.6395.5944.51
HexDE4C504262D14602d
Octal33611450102142152414055
Binary1101111010011001010100001011000101101101001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4C05; }

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

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

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

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

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

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

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

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