Html Css Color HEX #DD591C Chocolate

📋 copy color: '#DD591C'

red 221 ◦ green 89 ◦ blue 28

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

Shades of Chocolate #DD591C

Tints of Chocolate #DD591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 65.38%
G = 26.33%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD591C (or 0xDD591C) is known color: Chocolate. HEX triplet: DD, 59 and 1C. RGB value is (221,89,28). Sum of RGB (Red+Green+Blue) = 221+89+28=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD591C is #22A6E3. Grayscale: #797979. Windows color (decimal): -2270948 or 1858013. OLE color: 1858013.

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

Color convert

RGB 221 89 28 -
CMYK 0 0.60 0.87 0.13
HSL 18.96º 0.78% 0.49% -
HSV(B) 18.96º 0.87% 0.87% -
XYZ 33.6 22.6 3.69 -
YUV 121.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 221 89 28 0 0.60 0.87 0.13 18.96 0.78 0.49
Hex DD 59 1C 0 3C 57 D 13 4E 31
Octal 335 131 34 0 74 127 15 23 116 61
Binary 11011101 1011001 11100 0 111100 1010111 1101 10011 1001110 110001

Color Harmonies of #DD591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD591C

Black with #DD591C

Text Example


Text Example

White with #DD591C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD591C; }

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

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

background-color css

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

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

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

border-color css

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

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

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