Html Css Color HEX #DD7618 Chocolate

📋 copy color: '#DD7618'

red 221 ◦ green 118 ◦ blue 24

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

Shades of Chocolate #DD7618

Tints of Chocolate #DD7618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 60.88%
G = 32.51%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7618 (or 0xDD7618) is known color: Chocolate. HEX triplet: DD, 76 and 18. RGB value is (221,118,24). Sum of RGB (Red+Green+Blue) = 221+118+24=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7618 is #2289E7. Grayscale: #8A8A8A. Windows color (decimal): -2263528 or 1603293. OLE color: 1603293.

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

Color convert

RGB 221 118 24 -
CMYK 0 0.47 0.89 0.13
HSL 28.63º 0.8% 0.48% -
HSV(B) 28.63º 0.89% 0.87% -
XYZ 36.46 28.39 4.42 -
YUV 138.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 221 118 24 0 0.47 0.89 0.13 28.63 0.8 0.48
Hex DD 76 18 0 2F 59 D 1D 50 30
Octal 335 166 30 0 57 131 15 35 120 60
Binary 11011101 1110110 11000 0 101111 1011001 1101 11101 1010000 110000

Color Harmonies of #DD7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7618

Black with #DD7618

Text Example


Text Example

White with #DD7618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7618; }

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

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

background-color css

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

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

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

border-color css

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

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

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