Html Css Color HEX #DD7418 Chocolate

📋 copy color: '#DD7418'

red 221 ◦ green 116 ◦ blue 24

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

Shades of Chocolate #DD7418

Tints of Chocolate #DD7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 61.22%
G = 32.13%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7418 (or 0xDD7418) is known color: Chocolate. HEX triplet: DD, 74 and 18. RGB value is (221,116,24). Sum of RGB (Red+Green+Blue) = 221+116+24=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7418 is #228BE7. Grayscale: #898989. Windows color (decimal): -2264040 or 1602781. OLE color: 1602781.

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

Color convert

RGB 221 116 24 -
CMYK 0 0.48 0.89 0.13
HSL 28.02º 0.8% 0.48% -
HSV(B) 28.02º 0.89% 0.87% -
XYZ 36.23 27.93 4.35 -
YUV 136.91 64.29 187.98 -
System Red Green Blue C M Y K H S L
Decimal 221 116 24 0 0.48 0.89 0.13 28.02 0.8 0.48
Hex DD 74 18 0 30 59 D 1C 50 30
Octal 335 164 30 0 60 131 15 34 120 60
Binary 11011101 1110100 11000 0 110000 1011001 1101 11100 1010000 110000

Color Harmonies of #DD7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7418

Black with #DD7418

Text Example


Text Example

White with #DD7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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