Html Css Color HEX #DD5614 Chocolate

📋 copy color: '#DD5614'

red 221 ◦ green 86 ◦ blue 20

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

Shades of Chocolate #DD5614

Tints of Chocolate #DD5614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 67.58%
G = 26.3%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5614 (or 0xDD5614) is known color: Chocolate. HEX triplet: DD, 56 and 14. RGB value is (221,86,20). Sum of RGB (Red+Green+Blue) = 221+86+20=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5614 is #22A9EB. Grayscale: #777777. Windows color (decimal): -2271724 or 1332957. OLE color: 1332957.

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

Color convert

RGB 221 86 20 -
CMYK 0 0.61 0.91 0.13
HSL 19.7º 0.83% 0.47% -
HSV(B) 19.7º 0.91% 0.87% -
XYZ 33.27 22.08 3.17 -
YUV 118.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 221 86 20 0 0.61 0.91 0.13 19.7 0.83 0.47
Hex DD 56 14 0 3D 5B D 14 53 2F
Octal 335 126 24 0 75 133 15 24 123 57
Binary 11011101 1010110 10100 0 111101 1011011 1101 10100 1010011 101111

Color Harmonies of #DD5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5614

Black with #DD5614

Text Example


Text Example

White with #DD5614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5614; }

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

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

background-color css

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

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

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

border-color css

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

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

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