Html Css Color HEX #DD5D1E Chocolate

📋 copy color: '#DD5D1E'

red 221 ◦ green 93 ◦ blue 30

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

Shades of Chocolate #DD5D1E

Tints of Chocolate #DD5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 64.24%
G = 27.03%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD5D1E (or 0xDD5D1E) is known color: Chocolate. HEX triplet: DD, 5D and 1E. RGB value is (221,93,30). Sum of RGB (Red+Green+Blue) = 221+93+30=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D1E is #22A2E1. Grayscale: #7C7C7C. Windows color (decimal): -2269922 or 1990109. OLE color: 1990109.

HSL color Cylindrical-coordinate representation of color #DD5D1E: hue angle of 19.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD5D1E is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 30 -
CMYK 0 0.58 0.86 0.13
HSL 19.79º 0.76% 0.49% -
HSV(B) 19.79º 0.86% 0.87% -
XYZ 33.97 23.29 3.93 -
YUV 124.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 221 93 30 0 0.58 0.86 0.13 19.79 0.76 0.49
Hex DD 5D 1E 0 3A 56 D 14 4C 31
Octal 335 135 36 0 72 126 15 24 114 61
Binary 11011101 1011101 11110 0 111010 1010110 1101 10100 1001100 110001

Color Harmonies of #DD5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D1E

Black with #DD5D1E

Text Example


Text Example

White with #DD5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D1E; }

 p { color: rgb(221,93,30); }

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

background-color css

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

 a { background-color: rgb(221,93,30); }

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

border-color css

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

 span { border-color: rgb(221,93,30); }

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