Html Css Color HEX #DD561A Chocolate

📋 copy color: '#DD561A'

red 221 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #DD561A

Tints of Chocolate #DD561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 66.37%
G = 25.83%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD561A (or 0xDD561A) is known color: Chocolate. HEX triplet: DD, 56 and 1A. RGB value is (221,86,26). Sum of RGB (Red+Green+Blue) = 221+86+26=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD561A is #22A9E5. Grayscale: #777777. Windows color (decimal): -2271718 or 1726173. OLE color: 1726173.

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

Color convert

RGB 221 86 26 -
CMYK 0 0.61 0.88 0.13
HSL 18.46º 0.79% 0.48% -
HSV(B) 18.46º 0.88% 0.87% -
XYZ 33.33 22.1 3.49 -
YUV 119.53 75.23 200.38 -
System Red Green Blue C M Y K H S L
Decimal 221 86 26 0 0.61 0.88 0.13 18.46 0.79 0.48
Hex DD 56 1A 0 3D 58 D 12 4F 30
Octal 335 126 32 0 75 130 15 22 117 60
Binary 11011101 1010110 11010 0 111101 1011000 1101 10010 1001111 110000

Color Harmonies of #DD561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD561A

Black with #DD561A

Text Example


Text Example

White with #DD561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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