Html Css Color HEX #DD641C Chocolate

📋 copy color: '#DD641C'

red 221 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #DD641C

Tints of Chocolate #DD641C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 63.32%
G = 28.65%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD641C (or 0xDD641C) is known color: Chocolate. HEX triplet: DD, 64 and 1C. RGB value is (221,100,28). Sum of RGB (Red+Green+Blue) = 221+100+28=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD641C is #229BE3. Grayscale: #808080. Windows color (decimal): -2268132 or 1860829. OLE color: 1860829.

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

Color convert

RGB 221 100 28 -
CMYK 0 0.55 0.87 0.13
HSL 22.38º 0.78% 0.49% -
HSV(B) 22.38º 0.87% 0.87% -
XYZ 34.59 24.57 4.02 -
YUV 127.97 71.59 194.35 -
System Red Green Blue C M Y K H S L
Decimal 221 100 28 0 0.55 0.87 0.13 22.38 0.78 0.49
Hex DD 64 1C 0 37 57 D 16 4E 31
Octal 335 144 34 0 67 127 15 26 116 61
Binary 11011101 1100100 11100 0 110111 1010111 1101 10110 1001110 110001

Color Harmonies of #DD641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD641C

Black with #DD641C

Text Example


Text Example

White with #DD641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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