Html Css Color HEX #DD641E Chocolate

📋 copy color: '#DD641E'

red 221 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #DD641E

Tints of Chocolate #DD641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 62.96%
G = 28.49%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD641E (or 0xDD641E) is known color: Chocolate. HEX triplet: DD, 64 and 1E. RGB value is (221,100,30). Sum of RGB (Red+Green+Blue) = 221+100+30=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD641E is #229BE1. Grayscale: #808080. Windows color (decimal): -2268130 or 1991901. OLE color: 1991901.

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

Color convert

RGB 221 100 30 -
CMYK 0 0.55 0.86 0.13
HSL 21.99º 0.76% 0.49% -
HSV(B) 21.99º 0.86% 0.87% -
XYZ 34.61 24.58 4.15 -
YUV 128.2 72.59 194.19 -
System Red Green Blue C M Y K H S L
Decimal 221 100 30 0 0.55 0.86 0.13 21.99 0.76 0.49
Hex DD 64 1E 0 37 56 D 16 4C 31
Octal 335 144 36 0 67 126 15 26 114 61
Binary 11011101 1100100 11110 0 110111 1010110 1101 10110 1001100 110001

Color Harmonies of #DD641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD641E

Black with #DD641E

Text Example


Text Example

White with #DD641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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