Html Css Color HEX #DD591F Chocolate

📋 copy color: '#DD591F'

red 221 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #DD591F

Tints of Chocolate #DD591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 64.81%
G = 26.1%
B = 9.09%

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

#DD591F (or 0xDD591F) is known color: Chocolate. HEX triplet: DD, 59 and 1F. RGB value is (221,89,31). Sum of RGB (Red+Green+Blue) = 221+89+31=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD591F is #22A6E0. Grayscale: #7A7A7A. Windows color (decimal): -2270945 or 2054621. OLE color: 2054621.

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

Color convert

RGB 221 89 31 -
CMYK 0 0.60 0.86 0.13
HSL 18.32º 0.75% 0.49% -
HSV(B) 18.32º 0.86% 0.87% -
XYZ 33.64 22.62 3.89 -
YUV 121.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 221 89 31 0 0.60 0.86 0.13 18.32 0.75 0.49
Hex DD 59 1F 0 3C 56 D 12 4B 31
Octal 335 131 37 0 74 126 15 22 113 61
Binary 11011101 1011001 11111 0 111100 1010110 1101 10010 1001011 110001

Color Harmonies of #DD591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD591F

Black with #DD591F

Text Example


Text Example

White with #DD591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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