Html Css Color HEX #DD6820 Chocolate

📋 copy color: '#DD6820'

red 221 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #DD6820

Tints of Chocolate #DD6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 61.9%
G = 29.13%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD6820 (or 0xDD6820) is known color: Chocolate. HEX triplet: DD, 68 and 20. RGB value is (221,104,32). Sum of RGB (Red+Green+Blue) = 221+104+32=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6820 is #2297DF. Grayscale: #838383. Windows color (decimal): -2267104 or 2123997. OLE color: 2123997.

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

Color convert

RGB 221 104 32 -
CMYK 0 0.53 0.86 0.13
HSL 22.86º 0.75% 0.5% -
HSV(B) 22.86º 0.86% 0.87% -
XYZ 35.03 25.38 4.42 -
YUV 130.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 221 104 32 0 0.53 0.86 0.13 22.86 0.75 0.5
Hex DD 68 20 0 35 56 D 17 4B 32
Octal 335 150 40 0 65 126 15 27 113 62
Binary 11011101 1101000 100000 0 110101 1010110 1101 10111 1001011 110010

Color Harmonies of #DD6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6820

Black with #DD6820

Text Example


Text Example

White with #DD6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6820; }

 p { color: rgb(221,104,32); }

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

background-color css

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

 a { background-color: rgb(221,104,32); }

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

border-color css

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

 span { border-color: rgb(221,104,32); }

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