Html Css Color HEX #DD6E1C Chocolate

📋 copy color: '#DD6E1C'

red 221 ◦ green 110 ◦ blue 28

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

Shades of Chocolate #DD6E1C

Tints of Chocolate #DD6E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

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

R = 61.56%
G = 30.64%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD6E1C (or 0xDD6E1C) is known color: Chocolate. HEX triplet: DD, 6E and 1C. RGB value is (221,110,28). Sum of RGB (Red+Green+Blue) = 221+110+28=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E1C is #2291E3. Grayscale: #868686. Windows color (decimal): -2265572 or 1863389. OLE color: 1863389.

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

Color convert

RGB 221 110 28 -
CMYK 0 0.50 0.87 0.13
HSL 25.49º 0.78% 0.49% -
HSV(B) 25.49º 0.87% 0.87% -
XYZ 35.6 26.61 4.36 -
YUV 133.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 221 110 28 0 0.50 0.87 0.13 25.49 0.78 0.49
Hex DD 6E 1C 0 32 57 D 19 4E 31
Octal 335 156 34 0 62 127 15 31 116 61
Binary 11011101 1101110 11100 0 110010 1010111 1101 11001 1001110 110001

Color Harmonies of #DD6E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E1C

Black with #DD6E1C

Text Example


Text Example

White with #DD6E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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