Html Css Color HEX #DD571C Chocolate

📋 copy color: '#DD571C'

red 221 ◦ green 87 ◦ blue 28

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

Shades of Chocolate #DD571C

Tints of Chocolate #DD571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 65.77%
G = 25.89%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD571C (or 0xDD571C) is known color: Chocolate. HEX triplet: DD, 57 and 1C. RGB value is (221,87,28). Sum of RGB (Red+Green+Blue) = 221+87+28=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD571C is #22A8E3. Grayscale: #787878. Windows color (decimal): -2271460 or 1857501. OLE color: 1857501.

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

Color convert

RGB 221 87 28 -
CMYK 0 0.61 0.87 0.13
HSL 18.34º 0.78% 0.49% -
HSV(B) 18.34º 0.87% 0.87% -
XYZ 33.44 22.27 3.64 -
YUV 120.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 221 87 28 0 0.61 0.87 0.13 18.34 0.78 0.49
Hex DD 57 1C 0 3D 57 D 12 4E 31
Octal 335 127 34 0 75 127 15 22 116 61
Binary 11011101 1010111 11100 0 111101 1010111 1101 10010 1001110 110001

Color Harmonies of #DD571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD571C

Black with #DD571C

Text Example


Text Example

White with #DD571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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