Html Css Color HEX #DD541D Chocolate

📋 copy color: '#DD541D'

red 221 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #DD541D

Tints of Chocolate #DD541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 66.17%
G = 25.15%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD541D (or 0xDD541D) is known color: Chocolate. HEX triplet: DD, 54 and 1D. RGB value is (221,84,29). Sum of RGB (Red+Green+Blue) = 221+84+29=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD541D is #22ABE2. Grayscale: #777777. Windows color (decimal): -2272227 or 1922269. OLE color: 1922269.

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

Color convert

RGB 221 84 29 -
CMYK 0 0.62 0.87 0.13
HSL 17.19º 0.77% 0.49% -
HSV(B) 17.19º 0.87% 0.87% -
XYZ 33.21 21.8 3.62 -
YUV 118.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 221 84 29 0 0.62 0.87 0.13 17.19 0.77 0.49
Hex DD 54 1D 0 3E 57 D 11 4D 31
Octal 335 124 35 0 76 127 15 21 115 61
Binary 11011101 1010100 11101 0 111110 1010111 1101 10001 1001101 110001

Color Harmonies of #DD541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD541D

Black with #DD541D

Text Example


Text Example

White with #DD541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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