Html Css Color HEX #DD6424 Chocolate

📋 copy color: '#DD6424'

red 221 ◦ green 100 ◦ blue 36

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

Shades of Chocolate #DD6424

Tints of Chocolate #DD6424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.08%

R = 61.9%
G = 28.01%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD6424 (or 0xDD6424) is known color: Chocolate. HEX triplet: DD, 64 and 24. RGB value is (221,100,36). Sum of RGB (Red+Green+Blue) = 221+100+36=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6424 is #229BDB. Grayscale: #818181. Windows color (decimal): -2268124 or 2385117. OLE color: 2385117.

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

Color convert

RGB 221 100 36 -
CMYK 0 0.55 0.84 0.13
HSL 20.76º 0.73% 0.5% -
HSV(B) 20.76º 0.84% 0.87% -
XYZ 34.69 24.61 4.59 -
YUV 128.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 221 100 36 0 0.55 0.84 0.13 20.76 0.73 0.5
Hex DD 64 24 0 37 54 D 15 49 32
Octal 335 144 44 0 67 124 15 25 111 62
Binary 11011101 1100100 100100 0 110111 1010100 1101 10101 1001001 110010

Color Harmonies of #DD6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6424

Black with #DD6424

Text Example


Text Example

White with #DD6424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6424; }

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

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

background-color css

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

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

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

border-color css

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

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

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