Html Css Color HEX #DD7111 Chocolate

📋 copy color: '#DD7111'

red 221 ◦ green 113 ◦ blue 17

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

Shades of Chocolate #DD7111

Tints of Chocolate #DD7111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 62.96%
G = 32.19%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7111 (or 0xDD7111) is known color: Chocolate. HEX triplet: DD, 71 and 11. RGB value is (221,113,17). Sum of RGB (Red+Green+Blue) = 221+113+17=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7111 is #228EEE. Grayscale: #868686. Windows color (decimal): -2264815 or 1143261. OLE color: 1143261.

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

Color convert

RGB 221 113 17 -
CMYK 0 0.49 0.92 0.13
HSL 28.24º 0.86% 0.47% -
HSV(B) 28.24º 0.92% 0.87% -
XYZ 35.83 27.22 3.9 -
YUV 134.35 61.78 189.81 -
System Red Green Blue C M Y K H S L
Decimal 221 113 17 0 0.49 0.92 0.13 28.24 0.86 0.47
Hex DD 71 11 0 31 5C D 1C 56 2F
Octal 335 161 21 0 61 134 15 34 126 57
Binary 11011101 1110001 10001 0 110001 1011100 1101 11100 1010110 101111

Color Harmonies of #DD7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7111

Black with #DD7111

Text Example


Text Example

White with #DD7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7111; }

 p { color: rgb(221,113,17); }

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

background-color css

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

 a { background-color: rgb(221,113,17); }

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

border-color css

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

 span { border-color: rgb(221,113,17); }

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