Html Css Color HEX #DC6516 Chocolate

📋 copy color: '#DC6516'

red 220 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #DC6516

Tints of Chocolate #DC6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 64.14%
G = 29.45%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC6516 (or 0xDC6516) is known color: Chocolate. HEX triplet: DC, 65 and 16. RGB value is (220,101,22). Sum of RGB (Red+Green+Blue) = 220+101+22=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6516 is #239AE9. Grayscale: #808080. Windows color (decimal): -2333418 or 1467868. OLE color: 1467868.

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

Color convert

RGB 220 101 22 -
CMYK 0 0.54 0.9 0.14
HSL 23.94º 0.82% 0.47% -
HSV(B) 23.94º 0.9% 0.86% -
XYZ 34.31 24.58 3.7 -
YUV 127.58 68.42 193.92 -
System Red Green Blue C M Y K H S L
Decimal 220 101 22 0 0.54 0.9 0.14 23.94 0.82 0.47
Hex DC 65 16 0 36 5A E 18 52 2F
Octal 334 145 26 0 66 132 16 30 122 57
Binary 11011100 1100101 10110 0 110110 1011010 1110 11000 1010010 101111

Color Harmonies of #DC6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6516

Black with #DC6516

Text Example


Text Example

White with #DC6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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