Html Css Color HEX #DD551D Chocolate

📋 copy color: '#DD551D'

red 221 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #DD551D

Tints of Chocolate #DD551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

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

R = 65.97%
G = 25.37%
B = 8.66%

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

#DD551D (or 0xDD551D) is known color: Chocolate. HEX triplet: DD, 55 and 1D. RGB value is (221,85,29). Sum of RGB (Red+Green+Blue) = 221+85+29=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD551D is #22AAE2. Grayscale: #777777. Windows color (decimal): -2271971 or 1922525. OLE color: 1922525.

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

Color convert

RGB 221 85 29 -
CMYK 0 0.62 0.87 0.13
HSL 17.5º 0.77% 0.49% -
HSV(B) 17.5º 0.87% 0.87% -
XYZ 33.29 21.96 3.65 -
YUV 119.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 221 85 29 0 0.62 0.87 0.13 17.5 0.77 0.49
Hex DD 55 1D 0 3E 57 D 12 4D 31
Octal 335 125 35 0 76 127 15 22 115 61
Binary 11011101 1010101 11101 0 111110 1010111 1101 10010 1001101 110001

Color Harmonies of #DD551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD551D

Black with #DD551D

Text Example


Text Example

White with #DD551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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