Html Css Color HEX #DC7616 Chocolate

📋 copy color: '#DC7616'

red 220 ◦ green 118 ◦ blue 22

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

Shades of Chocolate #DC7616

Tints of Chocolate #DC7616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 61.11%
G = 32.78%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC7616 (or 0xDC7616) is known color: Chocolate. HEX triplet: DC, 76 and 16. RGB value is (220,118,22). Sum of RGB (Red+Green+Blue) = 220+118+22=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7616 is #2389E9. Grayscale: #8A8A8A. Windows color (decimal): -2329066 or 1472220. OLE color: 1472220.

HSL color Cylindrical-coordinate representation of color #DC7616: hue angle of 29.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7616 is Cyan = 0, Magento = 0.46, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 22 -
CMYK 0 0.46 0.9 0.14
HSL 29.09º 0.82% 0.47% -
HSV(B) 29.09º 0.9% 0.86% -
XYZ 36.14 28.23 4.3 -
YUV 137.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 220 118 22 0 0.46 0.9 0.14 29.09 0.82 0.47
Hex DC 76 16 0 2E 5A E 1D 52 2F
Octal 334 166 26 0 56 132 16 35 122 57
Binary 11011100 1110110 10110 0 101110 1011010 1110 11101 1010010 101111

Color Harmonies of #DC7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7616

Black with #DC7616

Text Example


Text Example

White with #DC7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7616; }

 p { color: rgb(220,118,22); }

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

background-color css

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

 a { background-color: rgb(220,118,22); }

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

border-color css

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

 span { border-color: rgb(220,118,22); }

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