Html Css Color HEX #DC7218 Chocolate

📋 copy color: '#DC7218'

red 220 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #DC7218

Tints of Chocolate #DC7218

RGB

 RED value IS 220 (86.33% from 255) = 61.45%

 GREEN value IS 114 (44.92% from 255) = 31.84%

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

R = 61.45%
G = 31.84%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7218 (or 0xDC7218) is known color: Chocolate. HEX triplet: DC, 72 and 18. RGB value is (220,114,24). Sum of RGB (Red+Green+Blue) = 220+114+24=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7218 is #238DE7. Grayscale: #878787. Windows color (decimal): -2330088 or 1602268. OLE color: 1602268.

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

Color convert

RGB 220 114 24 -
CMYK 0 0.48 0.89 0.14
HSL 27.55º 0.8% 0.48% -
HSV(B) 27.55º 0.89% 0.86% -
XYZ 35.7 27.32 4.26 -
YUV 135.43 65.12 188.32 -
System Red Green Blue C M Y K H S L
Decimal 220 114 24 0 0.48 0.89 0.14 27.55 0.8 0.48
Hex DC 72 18 0 30 59 E 1C 50 30
Octal 334 162 30 0 60 131 16 34 120 60
Binary 11011100 1110010 11000 0 110000 1011001 1110 11100 1010000 110000

Color Harmonies of #DC7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7218

Black with #DC7218

Text Example


Text Example

White with #DC7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7218; }

 p { color: rgb(220,114,24); }

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

background-color css

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

 a { background-color: rgb(220,114,24); }

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

border-color css

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

 span { border-color: rgb(220,114,24); }

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