Html Css Color HEX #DC7316 Chocolate

📋 copy color: '#DC7316'

red 220 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #DC7316

Tints of Chocolate #DC7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 61.62%
G = 32.21%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC7316 (or 0xDC7316) is known color: Chocolate. HEX triplet: DC, 73 and 16. RGB value is (220,115,22). Sum of RGB (Red+Green+Blue) = 220+115+22=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7316 is #238CE9. Grayscale: #888888. Windows color (decimal): -2329834 or 1471452. OLE color: 1471452.

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

Color convert

RGB 220 115 22 -
CMYK 0 0.48 0.9 0.14
HSL 28.18º 0.82% 0.47% -
HSV(B) 28.18º 0.9% 0.86% -
XYZ 35.79 27.54 4.19 -
YUV 135.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 220 115 22 0 0.48 0.9 0.14 28.18 0.82 0.47
Hex DC 73 16 0 30 5A E 1C 52 2F
Octal 334 163 26 0 60 132 16 34 122 57
Binary 11011100 1110011 10110 0 110000 1011010 1110 11100 1010010 101111

Color Harmonies of #DC7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7316

Black with #DC7316

Text Example


Text Example

White with #DC7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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