Html Css Color HEX #DD521C Chocolate

📋 copy color: '#DD521C'

red 221 ◦ green 82 ◦ blue 28

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

Shades of Chocolate #DD521C

Tints of Chocolate #DD521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 66.77%
G = 24.77%
B = 8.46%

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

#DD521C (or 0xDD521C) is known color: Chocolate. HEX triplet: DD, 52 and 1C. RGB value is (221,82,28). Sum of RGB (Red+Green+Blue) = 221+82+28=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521C is #22ADE3. Grayscale: #757575. Windows color (decimal): -2272740 or 1856221. OLE color: 1856221.

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

Color convert

RGB 221 82 28 -
CMYK 0 0.63 0.87 0.13
HSL 16.79º 0.78% 0.49% -
HSV(B) 16.79º 0.87% 0.87% -
XYZ 33.05 21.49 3.51 -
YUV 117.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 221 82 28 0 0.63 0.87 0.13 16.79 0.78 0.49
Hex DD 52 1C 0 3F 57 D 11 4E 31
Octal 335 122 34 0 77 127 15 21 116 61
Binary 11011101 1010010 11100 0 111111 1010111 1101 10001 1001110 110001

Color Harmonies of #DD521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD521C

Black with #DD521C

Text Example


Text Example

White with #DD521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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