Html Css Color HEX #DD611D Chocolate

📋 copy color: '#DD611D'

red 221 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #DD611D

Tints of Chocolate #DD611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 63.69%
G = 27.95%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD611D (or 0xDD611D) is known color: Chocolate. HEX triplet: DD, 61 and 1D. RGB value is (221,97,29). Sum of RGB (Red+Green+Blue) = 221+97+29=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD611D is #229EE2. Grayscale: #7E7E7E. Windows color (decimal): -2268899 or 1925597. OLE color: 1925597.

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

Color convert

RGB 221 97 29 -
CMYK 0 0.56 0.87 0.13
HSL 21.25º 0.77% 0.49% -
HSV(B) 21.25º 0.87% 0.87% -
XYZ 34.32 24.01 3.99 -
YUV 126.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 221 97 29 0 0.56 0.87 0.13 21.25 0.77 0.49
Hex DD 61 1D 0 38 57 D 15 4D 31
Octal 335 141 35 0 70 127 15 25 115 61
Binary 11011101 1100001 11101 0 111000 1010111 1101 10101 1001101 110001

Color Harmonies of #DD611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD611D

Black with #DD611D

Text Example


Text Example

White with #DD611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD611D; }

 p { color: rgb(221,97,29); }

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

background-color css

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

 a { background-color: rgb(221,97,29); }

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

border-color css

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

 span { border-color: rgb(221,97,29); }

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