Html Css Color HEX #DD5900 Persimmon

📋 copy color: '#DD5900'

red 221 ◦ green 89 ◦ blue 0

#DD5900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #DD5900

Tints of Persimmon #DD5900

RGB

 RED value IS 221 (86.72% from 255) = 71.29%

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.29%
G = 28.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD5900 (or 0xDD5900) is known color: Persimmon. HEX triplet: DD, 59 and 00. RGB value is (221,89,0). Sum of RGB (Red+Green+Blue) = 221+89+0=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5900 is #22A6FF. Grayscale: #767676. Windows color (decimal): -2270976 or 23005. OLE color: 23005.

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

Color convert

RGB 221 89 0 -
CMYK 0 0.60 1 0.13
HSL 24.16º 1% 0.43% -
HSV(B) 24.16º 1% 0.87% -
XYZ 33.39 22.52 2.59 -
YUV 118.32 61.23 201.24 -
System Red Green Blue C M Y K H S L
Decimal 221 89 0 0 0.60 1 0.13 24.16 1 0.43
Hex DD 59 0 0 3C 64 D 18 64 2B
Octal 335 131 0 0 74 144 15 30 144 53
Binary 11011101 1011001 0 0 111100 1100100 1101 11000 1100100 101011

Color Harmonies of #DD5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5900

Black with #DD5900

Text Example


Text Example

White with #DD5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5900; }

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

 H1.HeaderClassName
 {
   color: #DD5900;
 }
 .AnyTagClassName
 {
   color: #DD5900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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