Html Css Color HEX #DD5911 Persimmon

📋 copy color: '#DD5911'

red 221 ◦ green 89 ◦ blue 17

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

Shades of Persimmon #DD5911

Tints of Persimmon #DD5911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.2%

R = 67.58%
G = 27.22%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5911 (or 0xDD5911) is known color: Persimmon. HEX triplet: DD, 59 and 11. RGB value is (221,89,17). Sum of RGB (Red+Green+Blue) = 221+89+17=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5911 is #22A6EE. Grayscale: #787878. Windows color (decimal): -2270959 or 1137117. OLE color: 1137117.

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

Color convert

RGB 221 89 17 -
CMYK 0 0.60 0.92 0.13
HSL 21.18º 0.86% 0.47% -
HSV(B) 21.18º 0.92% 0.87% -
XYZ 33.49 22.56 3.12 -
YUV 120.26 69.73 199.85 -
System Red Green Blue C M Y K H S L
Decimal 221 89 17 0 0.60 0.92 0.13 21.18 0.86 0.47
Hex DD 59 11 0 3C 5C D 15 56 2F
Octal 335 131 21 0 74 134 15 25 126 57
Binary 11011101 1011001 10001 0 111100 1011100 1101 10101 1010110 101111

Color Harmonies of #DD5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5911

Black with #DD5911

Text Example


Text Example

White with #DD5911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5911; }

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

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

background-color css

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

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

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

border-color css

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

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

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