Html Css Color HEX #DD5411 Persimmon

📋 copy color: '#DD5411'

red 221 ◦ green 84 ◦ blue 17

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

Shades of Persimmon #DD5411

Tints of Persimmon #DD5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

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

R = 68.63%
G = 26.09%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5411 (or 0xDD5411) is known color: Persimmon. HEX triplet: DD, 54 and 11. RGB value is (221,84,17). Sum of RGB (Red+Green+Blue) = 221+84+17=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5411 is #22ABEE. Grayscale: #757575. Windows color (decimal): -2272239 or 1135837. OLE color: 1135837.

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

Color convert

RGB 221 84 17 -
CMYK 0 0.62 0.92 0.13
HSL 19.71º 0.86% 0.47% -
HSV(B) 19.71º 0.92% 0.87% -
XYZ 33.09 21.75 2.99 -
YUV 117.33 71.39 201.95 -
System Red Green Blue C M Y K H S L
Decimal 221 84 17 0 0.62 0.92 0.13 19.71 0.86 0.47
Hex DD 54 11 0 3E 5C D 14 56 2F
Octal 335 124 21 0 76 134 15 24 126 57
Binary 11011101 1010100 10001 0 111110 1011100 1101 10100 1010110 101111

Color Harmonies of #DD5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5411

Black with #DD5411

Text Example


Text Example

White with #DD5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5411; }

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

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

background-color css

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

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

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

border-color css

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

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

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