Html Css Color HEX #DC7716 Chocolate

📋 copy color: '#DC7716'

red 220 ◦ green 119 ◦ blue 22

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

Shades of Chocolate #DC7716

Tints of Chocolate #DC7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 60.94%
G = 32.96%
B = 6.09%

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

#DC7716 (or 0xDC7716) is known color: Chocolate. HEX triplet: DC, 77 and 16. RGB value is (220,119,22). Sum of RGB (Red+Green+Blue) = 220+119+22=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7716 is #2388E9. Grayscale: #8A8A8A. Windows color (decimal): -2328810 or 1472476. OLE color: 1472476.

HSL color Cylindrical-coordinate representation of color #DC7716: hue angle of 29.39º 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 #DC7716 is Cyan = 0, Magento = 0.46, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 22 -
CMYK 0 0.46 0.9 0.14
HSL 29.39º 0.82% 0.47% -
HSV(B) 29.39º 0.9% 0.86% -
XYZ 36.26 28.47 4.34 -
YUV 138.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 220 119 22 0 0.46 0.9 0.14 29.39 0.82 0.47
Hex DC 77 16 0 2E 5A E 1D 52 2F
Octal 334 167 26 0 56 132 16 35 122 57
Binary 11011100 1110111 10110 0 101110 1011010 1110 11101 1010010 101111

Color Harmonies of #DC7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7716

Black with #DC7716

Text Example


Text Example

White with #DC7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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