Html Css Color HEX #DD5920 Chocolate

📋 copy color: '#DD5920'

red 221 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #DD5920

Tints of Chocolate #DD5920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 64.62%
G = 26.02%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD5920 (or 0xDD5920) is known color: Chocolate. HEX triplet: DD, 59 and 20. RGB value is (221,89,32). Sum of RGB (Red+Green+Blue) = 221+89+32=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5920 is #22A6DF. Grayscale: #7A7A7A. Windows color (decimal): -2270944 or 2120157. OLE color: 2120157.

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

Color convert

RGB 221 89 32 -
CMYK 0 0.60 0.86 0.13
HSL 18.1º 0.75% 0.5% -
HSV(B) 18.1º 0.86% 0.87% -
XYZ 33.65 22.62 3.96 -
YUV 121.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 221 89 32 0 0.60 0.86 0.13 18.1 0.75 0.5
Hex DD 59 20 0 3C 56 D 12 4B 32
Octal 335 131 40 0 74 126 15 22 113 62
Binary 11011101 1011001 100000 0 111100 1010110 1101 10010 1001011 110010

Color Harmonies of #DD5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5920

Black with #DD5920

Text Example


Text Example

White with #DD5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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