#DD4F10

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

Shades of Persimmon #DD4F10

Tints of Persimmon #DD4F10

Color information

#DD4F10 (or 0xDD4F10) is unknown color: approx Persimmon. HEX triplet: DD, 4F and 10. RGB value is (221,79,16). Sum of RGB (Red+Green+Blue) = 221+79+16=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F10 is #22B0EF. Grayscale: #727272. Windows color (decimal): -2273520 or 1069021. OLE color: 1069021.

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

Color convert

RGB2217916-
CMYK00.640.930.13
HSL18.44º86.5%46.47%-
HSV(B)18.44º92.76%86.67%-
XYZ32.71212.82-
YUV114.2872.54204.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.94%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 5.06%
R=69.94%
G=25%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221791600.640.930.1318.4486.546.47
HexDD4F100405DD12562e
Octal335117200100135152212656
Binary110111011001111100000100000010111011101100101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F10; }

 p { color: rgb(221,79,16); }

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

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

 a { background-color: rgb(221,79,16); }

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

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

 span { border-color: rgb(221,79,16); }

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