Html Css Color HEX #DD5A11 Persimmon

📋 copy color: '#DD5A11'

red 221 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #DD5A11

Tints of Persimmon #DD5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 67.38%
G = 27.44%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5A11 (or 0xDD5A11) is known color: Persimmon. HEX triplet: DD, 5A and 11. RGB value is (221,90,17). Sum of RGB (Red+Green+Blue) = 221+90+17=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A11 is #22A5EE. Grayscale: #797979. Windows color (decimal): -2270703 or 1137373. OLE color: 1137373.

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

Color convert

RGB 221 90 17 -
CMYK 0 0.59 0.92 0.13
HSL 21.47º 0.86% 0.47% -
HSV(B) 21.47º 0.92% 0.87% -
XYZ 33.58 22.72 3.15 -
YUV 120.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 221 90 17 0 0.59 0.92 0.13 21.47 0.86 0.47
Hex DD 5A 11 0 3B 5C D 15 56 2F
Octal 335 132 21 0 73 134 15 25 126 57
Binary 11011101 1011010 10001 0 111011 1011100 1101 10101 1010110 101111

Color Harmonies of #DD5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A11

Black with #DD5A11

Text Example


Text Example

White with #DD5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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