#DD5010

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

Shades of Persimmon #DD5010

Tints of Persimmon #DD5010

Color information

#DD5010 (or 0xDD5010) is unknown color: approx Persimmon. HEX triplet: DD, 50 and 10. RGB value is (221,80,16). Sum of RGB (Red+Green+Blue) = 221+80+16=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5010 is #22AFEF. Grayscale: #737373. Windows color (decimal): -2273264 or 1069277. OLE color: 1069277.

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

Color convert

RGB2218016-
CMYK00.640.930.13
HSL18.73º86.5%46.47%-
HSV(B)18.73º92.76%86.67%-
XYZ32.7821.152.84-
YUV114.8672.21203.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.72%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=69.72%
G=25.24%
B=5.05%

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
Decimal221801600.640.930.1318.7386.546.47
HexDD50100405DD13562e
Octal335120200100135152312656
Binary110111011010000100000100000010111011101100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5010; }

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

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

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

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

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

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

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

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