Html Css Color HEX #DD561C Chocolate

📋 copy color: '#DD561C'

red 221 ◦ green 86 ◦ blue 28

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

Shades of Chocolate #DD561C

Tints of Chocolate #DD561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 65.97%
G = 25.67%
B = 8.36%

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

#DD561C (or 0xDD561C) is known color: Chocolate. HEX triplet: DD, 56 and 1C. RGB value is (221,86,28). Sum of RGB (Red+Green+Blue) = 221+86+28=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD561C is #22A9E3. Grayscale: #787878. Windows color (decimal): -2271716 or 1857245. OLE color: 1857245.

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

Color convert

RGB 221 86 28 -
CMYK 0 0.61 0.87 0.13
HSL 18.03º 0.78% 0.49% -
HSV(B) 18.03º 0.87% 0.87% -
XYZ 33.36 22.11 3.61 -
YUV 119.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 221 86 28 0 0.61 0.87 0.13 18.03 0.78 0.49
Hex DD 56 1C 0 3D 57 D 12 4E 31
Octal 335 126 34 0 75 127 15 22 116 61
Binary 11011101 1010110 11100 0 111101 1010111 1101 10010 1001110 110001

Color Harmonies of #DD561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD561C

Black with #DD561C

Text Example


Text Example

White with #DD561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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