Html Css Color HEX #DD5418 Chocolate

📋 copy color: '#DD5418'

red 221 ◦ green 84 ◦ blue 24

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

Shades of Chocolate #DD5418

Tints of Chocolate #DD5418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 67.17%
G = 25.53%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5418 (or 0xDD5418) is known color: Chocolate. HEX triplet: DD, 54 and 18. RGB value is (221,84,24). Sum of RGB (Red+Green+Blue) = 221+84+24=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5418 is #22ABE7. Grayscale: #767676. Windows color (decimal): -2272232 or 1594589. OLE color: 1594589.

HSL color Cylindrical-coordinate representation of color #DD5418: hue angle of 18.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD5418 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 24 -
CMYK 0 0.62 0.89 0.13
HSL 18.27º 0.8% 0.48% -
HSV(B) 18.27º 0.89% 0.87% -
XYZ 33.15 21.78 3.32 -
YUV 118.12 74.89 201.38 -
System Red Green Blue C M Y K H S L
Decimal 221 84 24 0 0.62 0.89 0.13 18.27 0.8 0.48
Hex DD 54 18 0 3E 59 D 12 50 30
Octal 335 124 30 0 76 131 15 22 120 60
Binary 11011101 1010100 11000 0 111110 1011001 1101 10010 1010000 110000

Color Harmonies of #DD5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5418

Black with #DD5418

Text Example


Text Example

White with #DD5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5418; }

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

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

background-color css

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

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

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

border-color css

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

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

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