Html Css Color HEX #DD6624 Chocolate

📋 copy color: '#DD6624'

red 221 ◦ green 102 ◦ blue 36

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

Shades of Chocolate #DD6624

Tints of Chocolate #DD6624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 61.56%
G = 28.41%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD6624 (or 0xDD6624) is known color: Chocolate. HEX triplet: DD, 66 and 24. RGB value is (221,102,36). Sum of RGB (Red+Green+Blue) = 221+102+36=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6624 is #2299DB. Grayscale: #828282. Windows color (decimal): -2267612 or 2385629. OLE color: 2385629.

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

Color convert

RGB 221 102 36 -
CMYK 0 0.54 0.84 0.13
HSL 21.41º 0.73% 0.5% -
HSV(B) 21.41º 0.84% 0.87% -
XYZ 34.89 25 4.66 -
YUV 130.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 221 102 36 0 0.54 0.84 0.13 21.41 0.73 0.5
Hex DD 66 24 0 36 54 D 15 49 32
Octal 335 146 44 0 66 124 15 25 111 62
Binary 11011101 1100110 100100 0 110110 1010100 1101 10101 1001001 110010

Color Harmonies of #DD6624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6624

Black with #DD6624

Text Example


Text Example

White with #DD6624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6624; }

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

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

background-color css

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

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

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

border-color css

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

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

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