Html Css Color HEX #DD6F11 Chocolate

📋 copy color: '#DD6F11'

red 221 ◦ green 111 ◦ blue 17

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

Shades of Chocolate #DD6F11

Tints of Chocolate #DD6F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

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

R = 63.32%
G = 31.81%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6F11 (or 0xDD6F11) is known color: Chocolate. HEX triplet: DD, 6F and 11. RGB value is (221,111,17). Sum of RGB (Red+Green+Blue) = 221+111+17=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F11 is #2290EE. Grayscale: #858585. Windows color (decimal): -2265327 or 1142749. OLE color: 1142749.

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

Color convert

RGB 221 111 17 -
CMYK 0 0.50 0.92 0.13
HSL 27.65º 0.86% 0.47% -
HSV(B) 27.65º 0.92% 0.87% -
XYZ 35.6 26.78 3.82 -
YUV 133.17 62.44 190.64 -
System Red Green Blue C M Y K H S L
Decimal 221 111 17 0 0.50 0.92 0.13 27.65 0.86 0.47
Hex DD 6F 11 0 32 5C D 1C 56 2F
Octal 335 157 21 0 62 134 15 34 126 57
Binary 11011101 1101111 10001 0 110010 1011100 1101 11100 1010110 101111

Color Harmonies of #DD6F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F11

Black with #DD6F11

Text Example


Text Example

White with #DD6F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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