#DE4B05

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

Shades of Persimmon #DE4B05

Tints of Persimmon #DE4B05

Color information

#DE4B05 (or 0xDE4B05) is unknown color: approx Persimmon. HEX triplet: DE, 4B and 05. RGB value is (222,75,5). Sum of RGB (Red+Green+Blue) = 222+75+5=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4B05 is #21B4FA. Grayscale: #6F6F6F. Windows color (decimal): -2209019 or 347102. OLE color: 347102.

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

Color convert

RGB222755-
CMYK00.660.980.13
HSL19.35º95.59%44.51%-
HSV(B)19.35º97.75%87.06%-
XYZ32.6720.572.39-
YUV110.9768.2207.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.51%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=73.51%
G=24.83%
B=1.66%

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
Decimal22275500.660.980.1319.3595.5944.51
HexDE4B504262D13602d
Octal33611350102142152314055
Binary1101111010010111010100001011000101101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B05; }

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

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

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

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

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

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

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

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