#DE4C00

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

Shades of Persimmon #DE4C00

Tints of Persimmon #DE4C00

Color information

#DE4C00 (or 0xDE4C00) is unknown color: approx Persimmon. HEX triplet: DE, 4C and 00. RGB value is (222,76,0). Sum of RGB (Red+Green+Blue) = 222+76+0=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4C00 is #21B3FF. Grayscale: #6F6F6F. Windows color (decimal): -2208768 or 19678. OLE color: 19678.

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

Color convert

RGB222760-
CMYK00.6610.13
HSL20.54º100%43.53%-
HSV(B)20.54º100%87.06%-
XYZ32.7120.72.27-
YUV110.9965.37207.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 74.50%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.50%
G=25.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22276000.6610.1320.5410043.53
HexDE4C004264D15642c
Octal33611400102144152514454
Binary11011110100110000100001011001001101101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4C00; }

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

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

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

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

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

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

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

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