Html Css Color HEX #DD611A Chocolate

📋 copy color: '#DD611A'

red 221 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #DD611A

Tints of Chocolate #DD611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 64.24%
G = 28.2%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD611A (or 0xDD611A) is known color: Chocolate. HEX triplet: DD, 61 and 1A. RGB value is (221,97,26). Sum of RGB (Red+Green+Blue) = 221+97+26=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD611A is #229EE5. Grayscale: #7E7E7E. Windows color (decimal): -2268902 or 1728989. OLE color: 1728989.

HSL color Cylindrical-coordinate representation of color #DD611A: hue angle of 21.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD611A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 26 -
CMYK 0 0.56 0.88 0.13
HSL 21.85º 0.79% 0.48% -
HSV(B) 21.85º 0.88% 0.87% -
XYZ 34.28 24 3.8 -
YUV 125.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 221 97 26 0 0.56 0.88 0.13 21.85 0.79 0.48
Hex DD 61 1A 0 38 58 D 16 4F 30
Octal 335 141 32 0 70 130 15 26 117 60
Binary 11011101 1100001 11010 0 111000 1011000 1101 10110 1001111 110000

Color Harmonies of #DD611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD611A

Black with #DD611A

Text Example


Text Example

White with #DD611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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