Html Css Color HEX #DD6911 Chocolate

📋 copy color: '#DD6911'

red 221 ◦ green 105 ◦ blue 17

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

Shades of Chocolate #DD6911

Tints of Chocolate #DD6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 64.43%
G = 30.61%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6911 (or 0xDD6911) is known color: Chocolate. HEX triplet: DD, 69 and 11. RGB value is (221,105,17). Sum of RGB (Red+Green+Blue) = 221+105+17=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6911 is #2296EE. Grayscale: #828282. Windows color (decimal): -2266863 or 1141213. OLE color: 1141213.

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

Color convert

RGB 221 105 17 -
CMYK 0 0.52 0.92 0.13
HSL 25.88º 0.86% 0.47% -
HSV(B) 25.88º 0.92% 0.87% -
XYZ 34.97 25.52 3.61 -
YUV 129.65 64.43 193.16 -
System Red Green Blue C M Y K H S L
Decimal 221 105 17 0 0.52 0.92 0.13 25.88 0.86 0.47
Hex DD 69 11 0 34 5C D 1A 56 2F
Octal 335 151 21 0 64 134 15 32 126 57
Binary 11011101 1101001 10001 0 110100 1011100 1101 11010 1010110 101111

Color Harmonies of #DD6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6911

Black with #DD6911

Text Example


Text Example

White with #DD6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6911; }

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

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

background-color css

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

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

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

border-color css

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

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

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