#DD5500

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

Shades of Persimmon #DD5500

Tints of Persimmon #DD5500

Color information

#DD5500 (or 0xDD5500) is unknown color: approx Persimmon. HEX triplet: DD, 55 and 00. RGB value is (221,85,0). Sum of RGB (Red+Green+Blue) = 221+85+0=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5500 is #22AAFF. Grayscale: #747474. Windows color (decimal): -2272000 or 21981. OLE color: 21981.

HSL color Cylindrical-coordinate representation of color #DD5500: hue angle of 23.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB221850-
CMYK00.6210.13
HSL23.08º100%43.33%-
HSV(B)23.08º100%86.67%-
XYZ33.0721.872.48-
YUV115.9762.56202.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 72.22%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.22%
G=27.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22185000.6210.1323.0810043.33
HexDD55003E64D17642b
Octal3351250076144152714453
Binary1101110110101010011111011001001101101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5500; }

 p { color: rgb(221,85,0); }

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

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

 a { background-color: rgb(221,85,0); }

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

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

 span { border-color: rgb(221,85,0); }

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