Html Css Color HEX #DD7118 Chocolate

📋 copy color: '#DD7118'

red 221 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #DD7118

Tints of Chocolate #DD7118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 61.73%
G = 31.56%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7118 (or 0xDD7118) is known color: Chocolate. HEX triplet: DD, 71 and 18. RGB value is (221,113,24). Sum of RGB (Red+Green+Blue) = 221+113+24=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7118 is #228EE7. Grayscale: #878787. Windows color (decimal): -2264808 or 1602013. OLE color: 1602013.

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

Color convert

RGB 221 113 24 -
CMYK 0 0.49 0.89 0.13
HSL 27.11º 0.8% 0.48% -
HSV(B) 27.11º 0.89% 0.87% -
XYZ 35.89 27.25 4.23 -
YUV 135.15 65.28 189.24 -
System Red Green Blue C M Y K H S L
Decimal 221 113 24 0 0.49 0.89 0.13 27.11 0.8 0.48
Hex DD 71 18 0 31 59 D 1B 50 30
Octal 335 161 30 0 61 131 15 33 120 60
Binary 11011101 1110001 11000 0 110001 1011001 1101 11011 1010000 110000

Color Harmonies of #DD7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7118

Black with #DD7118

Text Example


Text Example

White with #DD7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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