Html Css Color HEX #DD640E Chocolate

📋 copy color: '#DD640E'

red 221 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #DD640E

Tints of Chocolate #DD640E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 65.97%
G = 29.85%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD640E (or 0xDD640E) is known color: Chocolate. HEX triplet: DD, 64 and 0E. RGB value is (221,100,14). Sum of RGB (Red+Green+Blue) = 221+100+14=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD640E is #229BF1. Grayscale: #7E7E7E. Windows color (decimal): -2268146 or 943325. OLE color: 943325.

HSL color Cylindrical-coordinate representation of color #DD640E: hue angle of 24.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD640E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 14 -
CMYK 0 0.55 0.94 0.13
HSL 24.93º 0.88% 0.46% -
HSV(B) 24.93º 0.94% 0.87% -
XYZ 34.46 24.52 3.33 -
YUV 126.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 221 100 14 0 0.55 0.94 0.13 24.93 0.88 0.46
Hex DD 64 E 0 37 5E D 19 58 2E
Octal 335 144 16 0 67 136 15 31 130 56
Binary 11011101 1100100 1110 0 110111 1011110 1101 11001 1011000 101110

Color Harmonies of #DD640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD640E

Black with #DD640E

Text Example


Text Example

White with #DD640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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