Html Css Color HEX #DC7416 Chocolate

📋 copy color: '#DC7416'

red 220 ◦ green 116 ◦ blue 22

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

Shades of Chocolate #DC7416

Tints of Chocolate #DC7416

RGB

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

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

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

R = 61.45%
G = 32.4%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC7416 (or 0xDC7416) is known color: Chocolate. HEX triplet: DC, 74 and 16. RGB value is (220,116,22). Sum of RGB (Red+Green+Blue) = 220+116+22=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7416 is #238BE9. Grayscale: #888888. Windows color (decimal): -2329578 or 1471708. OLE color: 1471708.

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

Color convert

RGB 220 116 22 -
CMYK 0 0.47 0.9 0.14
HSL 28.48º 0.82% 0.47% -
HSV(B) 28.48º 0.9% 0.86% -
XYZ 35.91 27.76 4.23 -
YUV 136.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 220 116 22 0 0.47 0.9 0.14 28.48 0.82 0.47
Hex DC 74 16 0 2F 5A E 1C 52 2F
Octal 334 164 26 0 57 132 16 34 122 57
Binary 11011100 1110100 10110 0 101111 1011010 1110 11100 1010010 101111

Color Harmonies of #DC7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7416

Black with #DC7416

Text Example


Text Example

White with #DC7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7416; }

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

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

background-color css

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

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

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

border-color css

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

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

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