Html Css Color HEX #DD611E Chocolate

📋 copy color: '#DD611E'

red 221 ◦ green 97 ◦ blue 30

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

Shades of Chocolate #DD611E

Tints of Chocolate #DD611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 63.51%
G = 27.87%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD611E (or 0xDD611E) is known color: Chocolate. HEX triplet: DD, 61 and 1E. RGB value is (221,97,30). Sum of RGB (Red+Green+Blue) = 221+97+30=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD611E is #229EE1. Grayscale: #7E7E7E. Windows color (decimal): -2268898 or 1991133. OLE color: 1991133.

HSL color Cylindrical-coordinate representation of color #DD611E: hue angle of 21.05º degrees, saturation: 0.76, 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 #DD611E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 30 -
CMYK 0 0.56 0.86 0.13
HSL 21.05º 0.76% 0.49% -
HSV(B) 21.05º 0.86% 0.87% -
XYZ 34.33 24.02 4.05 -
YUV 126.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 221 97 30 0 0.56 0.86 0.13 21.05 0.76 0.49
Hex DD 61 1E 0 38 56 D 15 4C 31
Octal 335 141 36 0 70 126 15 25 114 61
Binary 11011101 1100001 11110 0 111000 1010110 1101 10101 1001100 110001

Color Harmonies of #DD611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD611E

Black with #DD611E

Text Example


Text Example

White with #DD611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD611E; }

 p { color: rgb(221,97,30); }

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

background-color css

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

 a { background-color: rgb(221,97,30); }

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

border-color css

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

 span { border-color: rgb(221,97,30); }

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