Html Css Color HEX #DC7516 Chocolate

📋 copy color: '#DC7516'

red 220 ◦ green 117 ◦ blue 22

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

Shades of Chocolate #DC7516

Tints of Chocolate #DC7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 61.28%
G = 32.59%
B = 6.13%

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

#DC7516 (or 0xDC7516) is known color: Chocolate. HEX triplet: DC, 75 and 16. RGB value is (220,117,22). Sum of RGB (Red+Green+Blue) = 220+117+22=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7516 is #238AE9. Grayscale: #898989. Windows color (decimal): -2329322 or 1471964. OLE color: 1471964.

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

Color convert

RGB 220 117 22 -
CMYK 0 0.47 0.9 0.14
HSL 28.79º 0.82% 0.47% -
HSV(B) 28.79º 0.9% 0.86% -
XYZ 36.02 28 4.26 -
YUV 136.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 220 117 22 0 0.47 0.9 0.14 28.79 0.82 0.47
Hex DC 75 16 0 2F 5A E 1D 52 2F
Octal 334 165 26 0 57 132 16 35 122 57
Binary 11011100 1110101 10110 0 101111 1011010 1110 11101 1010010 101111

Color Harmonies of #DC7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7516

Black with #DC7516

Text Example


Text Example

White with #DC7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7516; }

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

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

background-color css

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

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

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

border-color css

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

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

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