Html Css Color HEX #DD591D Chocolate

📋 copy color: '#DD591D'

red 221 ◦ green 89 ◦ blue 29

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

Shades of Chocolate #DD591D

Tints of Chocolate #DD591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 65.19%
G = 26.25%
B = 8.55%

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

#DD591D (or 0xDD591D) is known color: Chocolate. HEX triplet: DD, 59 and 1D. RGB value is (221,89,29). Sum of RGB (Red+Green+Blue) = 221+89+29=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD591D is #22A6E2. Grayscale: #7A7A7A. Windows color (decimal): -2270947 or 1923549. OLE color: 1923549.

HSL color Cylindrical-coordinate representation of color #DD591D: hue angle of 18.75º degrees, saturation: 0.77, 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 #DD591D is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 29 -
CMYK 0 0.60 0.87 0.13
HSL 18.75º 0.77% 0.49% -
HSV(B) 18.75º 0.87% 0.87% -
XYZ 33.61 22.61 3.75 -
YUV 121.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 221 89 29 0 0.60 0.87 0.13 18.75 0.77 0.49
Hex DD 59 1D 0 3C 57 D 13 4D 31
Octal 335 131 35 0 74 127 15 23 115 61
Binary 11011101 1011001 11101 0 111100 1010111 1101 10011 1001101 110001

Color Harmonies of #DD591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD591D

Black with #DD591D

Text Example


Text Example

White with #DD591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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