Html Css Color HEX #DD521D Chocolate

📋 copy color: '#DD521D'

red 221 ◦ green 82 ◦ blue 29

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

Shades of Chocolate #DD521D

Tints of Chocolate #DD521D

RGB

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

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

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

R = 66.57%
G = 24.7%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD521D (or 0xDD521D) is known color: Chocolate. HEX triplet: DD, 52 and 1D. RGB value is (221,82,29). Sum of RGB (Red+Green+Blue) = 221+82+29=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521D is #22ADE2. Grayscale: #757575. Windows color (decimal): -2272739 or 1921757. OLE color: 1921757.

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

Color convert

RGB 221 82 29 -
CMYK 0 0.63 0.87 0.13
HSL 16.56º 0.77% 0.49% -
HSV(B) 16.56º 0.87% 0.87% -
XYZ 33.06 21.5 3.57 -
YUV 117.52 78.05 201.81 -
System Red Green Blue C M Y K H S L
Decimal 221 82 29 0 0.63 0.87 0.13 16.56 0.77 0.49
Hex DD 52 1D 0 3F 57 D 11 4D 31
Octal 335 122 35 0 77 127 15 21 115 61
Binary 11011101 1010010 11101 0 111111 1010111 1101 10001 1001101 110001

Color Harmonies of #DD521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD521D

Black with #DD521D

Text Example


Text Example

White with #DD521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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