Html Css Color HEX #DD6411 Chocolate

📋 copy color: '#DD6411'

red 221 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #DD6411

Tints of Chocolate #DD6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 65.38%
G = 29.59%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6411 (or 0xDD6411) is known color: Chocolate. HEX triplet: DD, 64 and 11. RGB value is (221,100,17). Sum of RGB (Red+Green+Blue) = 221+100+17=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6411 is #229BEE. Grayscale: #7F7F7F. Windows color (decimal): -2268143 or 1139933. OLE color: 1139933.

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

Color convert

RGB 221 100 17 -
CMYK 0 0.55 0.92 0.13
HSL 24.41º 0.86% 0.47% -
HSV(B) 24.41º 0.92% 0.87% -
XYZ 34.48 24.53 3.45 -
YUV 126.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 221 100 17 0 0.55 0.92 0.13 24.41 0.86 0.47
Hex DD 64 11 0 37 5C D 18 56 2F
Octal 335 144 21 0 67 134 15 30 126 57
Binary 11011101 1100100 10001 0 110111 1011100 1101 11000 1010110 101111

Color Harmonies of #DD6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6411

Black with #DD6411

Text Example


Text Example

White with #DD6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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