Html Css Color HEX #DD5913 Chocolate

📋 copy color: '#DD5913'

red 221 ◦ green 89 ◦ blue 19

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

Shades of Chocolate #DD5913

Tints of Chocolate #DD5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 67.17%
G = 27.05%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5913 (or 0xDD5913) is known color: Chocolate. HEX triplet: DD, 59 and 13. RGB value is (221,89,19). Sum of RGB (Red+Green+Blue) = 221+89+19=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5913 is #22A6EC. Grayscale: #787878. Windows color (decimal): -2270957 or 1268189. OLE color: 1268189.

HSL color Cylindrical-coordinate representation of color #DD5913: hue angle of 20.79º degrees, saturation: 0.84, 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 #DD5913 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 19 -
CMYK 0 0.60 0.91 0.13
HSL 20.79º 0.84% 0.47% -
HSV(B) 20.79º 0.91% 0.87% -
XYZ 33.51 22.56 3.21 -
YUV 120.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 221 89 19 0 0.60 0.91 0.13 20.79 0.84 0.47
Hex DD 59 13 0 3C 5B D 15 54 2F
Octal 335 131 23 0 74 133 15 25 124 57
Binary 11011101 1011001 10011 0 111100 1011011 1101 10101 1010100 101111

Color Harmonies of #DD5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5913

Black with #DD5913

Text Example


Text Example

White with #DD5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5913; }

 p { color: rgb(221,89,19); }

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

background-color css

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

 a { background-color: rgb(221,89,19); }

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

border-color css

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

 span { border-color: rgb(221,89,19); }

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