Html Css Color HEX #DD6420 Chocolate

📋 copy color: '#DD6420'

red 221 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #DD6420

Tints of Chocolate #DD6420

RGB

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

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

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

R = 62.61%
G = 28.33%
B = 9.07%

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

#DD6420 (or 0xDD6420) is known color: Chocolate. HEX triplet: DD, 64 and 20. RGB value is (221,100,32). Sum of RGB (Red+Green+Blue) = 221+100+32=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6420 is #229BDF. Grayscale: #808080. Windows color (decimal): -2268128 or 2122973. OLE color: 2122973.

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

Color convert

RGB 221 100 32 -
CMYK 0 0.55 0.86 0.13
HSL 21.59º 0.75% 0.5% -
HSV(B) 21.59º 0.86% 0.87% -
XYZ 34.64 24.59 4.29 -
YUV 128.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 221 100 32 0 0.55 0.86 0.13 21.59 0.75 0.5
Hex DD 64 20 0 37 56 D 16 4B 32
Octal 335 144 40 0 67 126 15 26 113 62
Binary 11011101 1100100 100000 0 110111 1010110 1101 10110 1001011 110010

Color Harmonies of #DD6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6420

Black with #DD6420

Text Example


Text Example

White with #DD6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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