Html Css Color HEX #DD6111 Chocolate

📋 copy color: '#DD6111'

red 221 ◦ green 97 ◦ blue 17

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

Shades of Chocolate #DD6111

Tints of Chocolate #DD6111

RGB

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

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

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

R = 65.97%
G = 28.96%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6111 (or 0xDD6111) is known color: Chocolate. HEX triplet: DD, 61 and 11. RGB value is (221,97,17). Sum of RGB (Red+Green+Blue) = 221+97+17=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6111 is #229EEE. Grayscale: #7D7D7D. Windows color (decimal): -2268911 or 1139165. OLE color: 1139165.

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

Color convert

RGB 221 97 17 -
CMYK 0 0.56 0.92 0.13
HSL 23.53º 0.86% 0.47% -
HSV(B) 23.53º 0.92% 0.87% -
XYZ 34.19 23.96 3.35 -
YUV 124.96 67.08 196.5 -
System Red Green Blue C M Y K H S L
Decimal 221 97 17 0 0.56 0.92 0.13 23.53 0.86 0.47
Hex DD 61 11 0 38 5C D 18 56 2F
Octal 335 141 21 0 70 134 15 30 126 57
Binary 11011101 1100001 10001 0 111000 1011100 1101 11000 1010110 101111

Color Harmonies of #DD6111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6111

Black with #DD6111

Text Example


Text Example

White with #DD6111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6111; }

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

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

background-color css

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

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

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

border-color css

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

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

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