Html Css Color HEX #DD5C18 Chocolate

📋 copy color: '#DD5C18'

red 221 ◦ green 92 ◦ blue 24

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

Shades of Chocolate #DD5C18

Tints of Chocolate #DD5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

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

R = 65.58%
G = 27.3%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5C18 (or 0xDD5C18) is known color: Chocolate. HEX triplet: DD, 5C and 18. RGB value is (221,92,24). Sum of RGB (Red+Green+Blue) = 221+92+24=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C18 is #22A3E7. Grayscale: #7B7B7B. Windows color (decimal): -2270184 or 1596637. OLE color: 1596637.

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

Color convert

RGB 221 92 24 -
CMYK 0 0.58 0.89 0.13
HSL 20.71º 0.8% 0.48% -
HSV(B) 20.71º 0.89% 0.87% -
XYZ 33.81 23.09 3.54 -
YUV 122.82 72.24 198.03 -
System Red Green Blue C M Y K H S L
Decimal 221 92 24 0 0.58 0.89 0.13 20.71 0.8 0.48
Hex DD 5C 18 0 3A 59 D 15 50 30
Octal 335 134 30 0 72 131 15 25 120 60
Binary 11011101 1011100 11000 0 111010 1011001 1101 10101 1010000 110000

Color Harmonies of #DD5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C18

Black with #DD5C18

Text Example


Text Example

White with #DD5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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