Html Css Color HEX #DD521B Chocolate

📋 copy color: '#DD521B'

red 221 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #DD521B

Tints of Chocolate #DD521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 66.97%
G = 24.85%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD521B (or 0xDD521B) is known color: Chocolate. HEX triplet: DD, 52 and 1B. RGB value is (221,82,27). Sum of RGB (Red+Green+Blue) = 221+82+27=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521B is #22ADE4. Grayscale: #757575. Windows color (decimal): -2272741 or 1790685. OLE color: 1790685.

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

Color convert

RGB 221 82 27 -
CMYK 0 0.63 0.88 0.13
HSL 17.01º 0.78% 0.49% -
HSV(B) 17.01º 0.88% 0.87% -
XYZ 33.03 21.49 3.44 -
YUV 117.29 77.05 201.97 -
System Red Green Blue C M Y K H S L
Decimal 221 82 27 0 0.63 0.88 0.13 17.01 0.78 0.49
Hex DD 52 1B 0 3F 58 D 11 4E 31
Octal 335 122 33 0 77 130 15 21 116 61
Binary 11011101 1010010 11011 0 111111 1011000 1101 10001 1001110 110001

Color Harmonies of #DD521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD521B

Black with #DD521B

Text Example


Text Example

White with #DD521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD521B; }

 p { color: rgb(221,82,27); }

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

background-color css

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

 a { background-color: rgb(221,82,27); }

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

border-color css

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

 span { border-color: rgb(221,82,27); }

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