#DD5C00

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

Shades of Persimmon #DD5C00

Tints of Persimmon #DD5C00

Color information

#DD5C00 (or 0xDD5C00) is unknown color: approx Persimmon. HEX triplet: DD, 5C and 00. RGB value is (221,92,0). Sum of RGB (Red+Green+Blue) = 221+92+0=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C00 is #22A3FF. Grayscale: #787878. Windows color (decimal): -2270208 or 23773. OLE color: 23773.

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

Color convert

RGB221920-
CMYK00.5810.13
HSL24.98º100%43.33%-
HSV(B)24.98º100%86.67%-
XYZ33.6523.032.67-
YUV120.0860.24199.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.61%
G=29.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22192000.5810.1324.9810043.33
HexDD5C003A64D19642b
Octal3351340072144153114453
Binary1101110110111000011101011001001101110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C00; }

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

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

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

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

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

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

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

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