Html Css Color HEX #DD611B Chocolate

📋 copy color: '#DD611B'

red 221 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #DD611B

Tints of Chocolate #DD611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 64.06%
G = 28.12%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD611B (or 0xDD611B) is known color: Chocolate. HEX triplet: DD, 61 and 1B. RGB value is (221,97,27). Sum of RGB (Red+Green+Blue) = 221+97+27=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD611B is #229EE4. Grayscale: #7E7E7E. Windows color (decimal): -2268901 or 1794525. OLE color: 1794525.

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

Color convert

RGB 221 97 27 -
CMYK 0 0.56 0.88 0.13
HSL 21.65º 0.78% 0.49% -
HSV(B) 21.65º 0.88% 0.87% -
XYZ 34.29 24 3.86 -
YUV 126.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 221 97 27 0 0.56 0.88 0.13 21.65 0.78 0.49
Hex DD 61 1B 0 38 58 D 16 4E 31
Octal 335 141 33 0 70 130 15 26 116 61
Binary 11011101 1100001 11011 0 111000 1011000 1101 10110 1001110 110001

Color Harmonies of #DD611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD611B

Black with #DD611B

Text Example


Text Example

White with #DD611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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