#DE440B

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

Shades of Persimmon #DE440B

Tints of Persimmon #DE440B

Color information

#DE440B (or 0xDE440B) is unknown color: approx Persimmon. HEX triplet: DE, 44 and 0B. RGB value is (222,68,11). Sum of RGB (Red+Green+Blue) = 222+68+11=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE440B is #21BBF4. Grayscale: #6B6B6B. Windows color (decimal): -2210805 or 738526. OLE color: 738526.

HSL color Cylindrical-coordinate representation of color #DE440B: hue angle of 16.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE440B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB2226811-
CMYK00.690.950.13
HSL16.21º90.56%45.69%-
HSV(B)16.21º95.05%87.06%-
XYZ32.2519.692.42-
YUV107.5573.52209.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.75%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=73.75%
G=22.59%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222681100.690.950.1316.2190.5645.69
HexDE44B0455FD105b2e
Octal336104130105137152013356
Binary11011110100010010110100010110111111101100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE440B; }

 p { color: rgb(222,68,11); }

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

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

 a { background-color: rgb(222,68,11); }

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

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

 span { border-color: rgb(222,68,11); }

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